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

Commit 968a054

Browse files
fix(tab): Update moz-focusring to moz-focus-inner to match button (#4567)
1 parent d2f0ccb commit 968a054

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/mdc-tab/mdc-tab.scss

+3-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@
5252
z-index: 1;
5353

5454
// Firefox still draws a dotted border around focused buttons unless specifically overridden.
55-
:-moz-focusring {
56-
border: none;
55+
&::-moz-focus-inner {
56+
padding: 0;
57+
border: 0;
5758
}
5859
}
5960

0 commit comments

Comments
 (0)