Skip to content

Commit

Permalink
Fix button hover styles
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiopro committed Sep 9, 2024
1 parent 7fdf8fb commit c3cb22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
&.#{'' + $color} {
@include set-color($color, $tone);

@each $state in /*hover, focus,*/ active {
@each $state in hover, focus, active {
&:#{$state} {
@if $state == hover {
@include set-color($color, $tone);
Expand Down

0 comments on commit c3cb22d

Please sign in to comment.