Make toggle group labels clickable and aligned correctly
This commit is contained in:
committed by
Nathan Woulfe
parent
cb60eeb27a
commit
642cf40e8d
@@ -20,6 +20,12 @@
|
||||
justify-content: center;
|
||||
flex: 1 1 auto;
|
||||
cursor: pointer;
|
||||
|
||||
label {
|
||||
padding: unset;
|
||||
margin: unset;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
.umb-toggle-group-item--disabled .umb-toggle-group-item__toggle,
|
||||
|
||||
Reference in New Issue
Block a user