Skip to content

Commit 0041077

Browse files
committed
scss lint fixes
1 parent be71280 commit 0041077

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scss/react-checkbox-tree.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,10 @@ $rct-clickable-focus: rgba($rct-icon-color, .5) !default;
9797
&:hover {
9898
background: $rct-clickable-hover;
9999
}
100+
100101
&:focus {
101-
background: $rct-clickable-focus;
102102
outline: 0;
103+
background: $rct-clickable-focus;
103104
}
104105
}
105106

0 commit comments

Comments
 (0)