Merge pull request #8268 from kjac/v8/fix/remove-radio-button-background

Fix radio button checked appearance
This commit is contained in:
Claus
2020-06-11 15:06:13 +02:00
committed by GitHub
@@ -47,6 +47,8 @@ label.umb-form-check--checkbox{
}
&:checked ~ .umb-form-check__state .umb-form-check__check {
border-color: @ui-option-type;
}
&[type='checkbox']:checked ~ .umb-form-check__state .umb-form-check__check {
background-color: @ui-option-type;
}
&:checked:hover ~ .umb-form-check__state .umb-form-check__check {