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
)

(cherry picked from commit 968a054)
  • Loading branch information
williamernest authored and abhiomkar committed Apr 8, 2019
1 parent 0bba1fa commit b99d2c5
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 b99d2c5

Please sign in to comment.