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 b9b014a commit 290f710Copy full SHA for 290f710
src/lib/tabs/_tabs-common.scss
@@ -14,7 +14,6 @@ $mat-tab-animation-duration: 500ms !default;
14
font-weight: 500;
15
cursor: pointer;
16
box-sizing: border-box;
17
- color: currentColor;
18
opacity: 0.6;
19
min-width: 160px;
20
text-align: center;
src/lib/tabs/_tabs-theme.scss
@@ -26,4 +26,12 @@
26
.mat-ink-bar {
27
background-color: mat-color($primary, 500);
28
}
29
+
30
+ .mat-tab-label, .mat-tab-link {
31
+ color: currentColor;
32
33
+ &.mat-tab-disabled {
34
+ color: mat-color($foreground, disabled-text);
35
+ }
36
37
0 commit comments