Fix glitch in umb-checkbox background

This commit is contained in:
Claus
2020-06-09 14:29:56 +02:00
parent 5a6462f197
commit 32a30aad97

View File

@@ -37,6 +37,7 @@
}
&:checked ~ .umb-form-check__state .umb-form-check__check {
border-color: @ui-option-type;
background-color: @ui-option-type;
}
&:checked:hover ~ .umb-form-check__state .umb-form-check__check {
&::before {