We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254cc47 commit 26a4651Copy full SHA for 26a4651
src/material/tabs/_tabs-common.scss
@@ -50,6 +50,9 @@ $mat-tab-animation-duration: 500ms !default;
50
-moz-osx-font-smoothing: grayscale;
51
text-decoration: none;
52
53
+ // Tabs might be `button` elements so we have to reset the user agent styling.
54
+ background: none;
55
+
56
&.mdc-tab {
57
// MDC's tabs stretch to fit the header by default, whereas stretching on our current ones
58
// is an opt-in behavior. Also technically we don't need to combine the two classes, but
0 commit comments