Skip to content

Commit c7bb9bb

Browse files
committed
update mat-tab-group labels
1 parent 9e50631 commit c7bb9bb

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

data/themes/classic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"border": "#919191",
1919
"editor": "vs",
2020
"text": {
21-
"primary": "#333333",
21+
"primary": "#323130",
2222
"secondary": "#666666"
2323
},
2424
"breadcrumb": {

src/app/styles/vendor/material-theme.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ $mat-theme: mat-light-theme($mat-primary, $mat-accent);
3030

3131
mat-tab-group {
3232
.mat-tab-label {
33+
opacity: 1;
34+
color: $secondary-text;
35+
}
36+
37+
.mat-tab-label-active {
3338
color: $primary-text;
3439
}
3540
}
@@ -41,9 +46,6 @@ mat-tab-group:not(.form-tabs) {
4146
height: 32px;
4247
line-height: 32px;
4348

44-
&.mat-tab-label-active {
45-
}
46-
4749
&.mat-tab-disabled {
4850
color: $button-disabled-text-color;
4951
}

0 commit comments

Comments
 (0)