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 81895ac commit a1d5614Copy full SHA for a1d5614
src/material/tabs/_tabs-theme.scss
@@ -20,9 +20,7 @@
20
21
@include mdc-helpers.using-mdc-theme($config) {
22
.mat-mdc-tab, .mat-mdc-tab-link {
23
- &:not(.mat-mdc-tab-disabled) {
24
- @include mdc-tab-mixins.text-label-color(rgba(mdc-theme-color.$on-surface, 0.6));
25
- }
+ @include mdc-tab-mixins.text-label-color(rgba(mdc-theme-color.$on-surface, 0.6));
26
27
// MDC seems to include a background color on tabs which only stands out on dark themes.
28
// Disable for now for backwards compatibility. These styles are inside the theme in order
0 commit comments