Skip to content

Commit

Permalink
Consistently use outline:0 rather than outline:none
Browse files Browse the repository at this point in the history
Manual backport of #32751 (which has not been merged yet, but assume it will shortly)
  • Loading branch information
patrickhlauke authored and XhmikosR committed Jan 13, 2021
1 parent dfe4810 commit e7cbb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_custom-forms.scss
Expand Up @@ -390,7 +390,7 @@
appearance: none;

&:focus {
outline: none;
outline: 0;

// Pseudo-elements must be split across multiple rulesets to have an effect.
// No box-shadow() mixin for focus accessibility.
Expand Down

0 comments on commit e7cbb59

Please sign in to comment.