Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
(cherry picked from commit dc013b1)
  • Loading branch information
lens0021 committed Jun 19, 2021
1 parent 27db6fd commit fd211a5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
&:enabled {
&:focus + label:before {
border-color: @color-primary3;
box-shadow: inset 0 0 0 1px @color-primary3;
box-shadow: inset 0 0 0 1px @color-primary3;
}

&:hover + label:before {
Expand All @@ -16,7 +16,7 @@
&:active + label:before {
background-color: @color-primary4;
border-color: @color-primary4;
box-shadow: inset 0 0 0 1px @color-primary4;
box-shadow: inset 0 0 0 1px @color-primary4;
}

&:checked {
Expand All @@ -28,7 +28,7 @@
&:focus + label:before {
background-color: @color-primary3;
border-color: @color-primary3;
box-shadow: inset 0 0 0 1px @color-primary3, inset 0 0 0 2px white;
box-shadow: inset 0 0 0 1px @color-primary3, inset 0 0 0 2px white;
}

&:hover + label:before {
Expand Down

0 comments on commit fd211a5

Please sign in to comment.