Skip to content

Commit

Permalink
Do not mix hover and focus style on Button
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Jan 23, 2023
1 parent 698f2d2 commit b213875
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/components/Button/_tools.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@
@include _get-themeable-properties($priority, $color, disabled);
}

&:not(:disabled):hover,
&:not(:disabled):focus {
&:not(:disabled):hover {
@include _get-themeable-properties($priority, $color, hover);
}

Expand Down

0 comments on commit b213875

Please sign in to comment.