File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
src/material/progress-bar Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ @use ' sass:map' ;
12@use ' @material/theme/custom-properties' as mdc-custom-properties ;
23@use ' @material/linear-progress/linear-progress' as mdc-linear-progress ;
34@use ' @material/linear-progress/linear-progress-theme' as mdc-linear-progress-theme ;
1011 @include mdc-linear-progress .static-styles ();
1112
1213 // Add the official slots for the MDC progress-bar.
13- @include mdc-linear-progress-theme .theme-styles ($mdc-progress-bar-token-slots );
14+ @include mdc-linear-progress-theme .theme-styles (
15+ map .merge ($mdc-progress-bar-token-slots , (
16+ // Excluded because it is meant to be set by theme (b/273562256).
17+ track- color: null,
18+ ))
19+ );
1420
1521 // Add default values for tokens that aren't outputted by the theming API.
1622 .mat-mdc-progress-bar {
You can’t perform that action at this time.
0 commit comments