Skip to content

Commit

Permalink
make control focus shadow !important
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwagoner committed May 7, 2024
1 parent 2a01b46 commit ab8d4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/controls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
@if ($style == 'shadow') {
$color: if-null($color, get('focus:shadow-color'));
$width: get('focus:shadow-width');
@return (box-shadow: 0 0 0 $width $color);
@return (box-shadow: 0 0 0 $width $color !important);
}
@if ($style == 'outline') {
$color: if-null($color, get('focus:outline-color'));
Expand Down

0 comments on commit ab8d4a2

Please sign in to comment.