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:
Jan Skovgaard
2019-01-27 15:24:49 +01:00
parent 7462686778
commit 77a8697ca7

View File

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