File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/material-experimental/mdc-tabs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
// `theme-styles` are included in the `tab` mixin inside `_tabs-common.scss`. Currently
26
26
// they are not, because `theme-styles` outputs the token values directly, rather than
27
27
// generating CSS variables.
28
- @include mdc-tab-theme .theme-styles (map .merge (mdc-tab-theme .$light-theme , (
28
+ @include mdc-tab-theme .primary-navigation-tab- theme-styles (map .merge (mdc-tab-theme .$primary- light-theme , (
29
29
container- color: $surface ,
30
30
inactive- focus- state- layer- color: $on-surface ,
31
31
inactive- hover- state- layer- color: $on-surface ,
127
127
// `theme-styles` are included in the `tab` mixin inside `_tabs-common.scss`. Currently
128
128
// they are not, because `theme-styles` outputs the token values directly, rather than
129
129
// generating CSS variables.
130
- @include mdc-tab-theme .theme-styles ((
130
+ @include mdc-tab-theme .primary-navigation-tab- theme-styles ((
131
131
active- focus- state- layer- color: $color ,
132
132
active- hover- state- layer- color: $color ,
133
133
active- pressed- state- layer- color: $color ,
You can’t perform that action at this time.
0 commit comments