Merge pull request #8175 from kjac/v8/fix/checkbox-background-glitch

Fix glitch in umb-checkbox background
This commit is contained in:
Claus
2020-06-09 14:26:27 +02:00
committed by GitHub

View File

@@ -47,6 +47,7 @@ label.umb-form-check--checkbox{
}
&: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 {