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 a380414 commit 1d54f9aCopy full SHA for 1d54f9a
src/material/tabs/_tabs-common.scss
@@ -204,9 +204,7 @@ $mat-tab-animation-duration: 500ms !default;
204
}
205
206
@mixin paginated-tab-header-with-background($header-selector) {
207
- // TODO(crisbeto): the class is repeated here to ensure the specificity is high enough.
208
- // We should be able to remove it once the tabs are switched to the new theming API.
209
- &.mat-tabs-with-background.mat-tabs-with-background {
+ &.mat-tabs-with-background {
210
// Note that these selectors target direct descendants so
211
// that the styles don't apply to any nested tab groups.
212
> #{$header-selector}, > .mat-mdc-tab-header-pagination {
0 commit comments