Skip to content

Commit b213875

Browse files
committed
Do not mix hover and focus style on Button
1 parent 698f2d2 commit b213875

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/components/Button/_tools.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@
123123
@include _get-themeable-properties($priority, $color, disabled);
124124
}
125125

126-
&:not(:disabled):hover,
127-
&:not(:disabled):focus {
126+
&:not(:disabled):hover {
128127
@include _get-themeable-properties($priority, $color, hover);
129128
}
130129

0 commit comments

Comments
 (0)