Make toggle group labels clickable and aligned correctly

This commit is contained in:
Kenn Jacobsen
2020-10-17 15:03:46 +02:00
committed by Nathan Woulfe
parent cb60eeb27a
commit 642cf40e8d

View File

@@ -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,