Skip to content

Commit

Permalink
Removes FF's focus ring to match other browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Michail Yasonik committed Aug 13, 2019
1 parent 9a33fb4 commit 0bedfbf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/global_styling/reset/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ body {

*:focus {
outline: none;

// sass-lint:disable no-vendor-prefixes
&::-moz-focus-inner {
border: none;
}
}

a {
Expand Down Expand Up @@ -136,4 +141,4 @@ hr {

fieldset {
min-inline-size: auto;
}
}

0 comments on commit 0bedfbf

Please sign in to comment.