Skip to content

Commit

Permalink
#440 Change on focus property from box shadow to filter (#439)
Browse files Browse the repository at this point in the history
change on focus property from box shadow to filter
  • Loading branch information
rafalluksza authored Oct 21, 2022
1 parent 98184c8 commit 8eea927
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $base-class: 'btn';
}

&:focus {
box-shadow: 0 0 1px 2px rgb(var(--color-action-default-rgb) 0.7);
filter: drop-shadow(0 0 1px 2px rgb(var(--color-action-default-rgb) 0.7));
}

&--disabled {
Expand Down

0 comments on commit 8eea927

Please sign in to comment.