Make sure the border is green when the checkbox is checked and that it's darker gray when it is focused (also while checked)
This commit is contained in:
@@ -103,11 +103,14 @@
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
|
||||
&:checked:focus ~ .umb-checkboxlist__state .umb-checkboxlist__check,
|
||||
&:focus ~ .umb-checkboxlist__state .umb-checkboxlist__check{
|
||||
border-color: @gray-5;
|
||||
}
|
||||
|
||||
&:checked ~ .umb-checkboxlist__state .umb-checkboxlist__check{
|
||||
border-color: @green;
|
||||
|
||||
&:before{
|
||||
width: @checkboxWidth;
|
||||
height: @checkboxHeight;
|
||||
|
||||
Reference in New Issue
Block a user