Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(tab): Update moz-focusring to moz-focus-inner to match button (#4567
Browse files Browse the repository at this point in the history
)
  • Loading branch information
williamernest authored Apr 3, 2019
1 parent d2f0ccb commit 968a054
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/mdc-tab/mdc-tab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@
z-index: 1;

// Firefox still draws a dotted border around focused buttons unless specifically overridden.
:-moz-focusring {
border: none;
&::-moz-focus-inner {
padding: 0;
border: 0;
}
}

Expand Down

0 comments on commit 968a054

Please sign in to comment.