Skip to content

Commit

Permalink
fixup! [WDTK] Improved focus state for buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Sep 19, 2024
1 parent 1ce9d84 commit bb68a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/responsive/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

outline: 3px solid $color_off_white; // Most of the time this won't be visible, but it will be helpful when the button is in a dark background.
outline-offset: 0;
box-shadow: inset 0 0 0s 2px;
box-shadow: inset 0px 0px 0px 2px $color_black;
}
}

Expand Down

0 comments on commit bb68a7c

Please sign in to comment.