File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1616 @include _theme-from-tokens (inspection .get-theme-tokens ($theme , base ));
1717 } @else {
1818 @include sass-utils .current-selector-or-root () {
19+ @include token-utils .create-token-values-mixed (
20+ tokens-mat-fab .$prefix ,
21+ tokens-mat-fab .get-unthemable-tokens ()
22+ );
23+ @include token-utils .create-token-values-mixed (
24+ tokens-mat-fab-small .$prefix ,
25+ tokens-mat-fab-small .get-unthemable-tokens ()
26+ );
1927 @include token-utils .create-token-values-mixed (
2028 tokens-mat-extended-fab .$prefix ,
2129 tokens-mat-extended-fab .get-unthemable-tokens ()
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ $prefix: (mat, switch);
4848 track- outline- width: 1px ,
4949 track- shape: 7px ,
5050 track- width: 36px ,
51+ unselected- focus- state- layer- opacity: 0.12 ,
5152 unselected- handle- horizontal- margin: 0 ,
5253 unselected- handle- size: 20px ,
5354 unselected- hover- state- layer- opacity: 0.04 ,
You can’t perform that action at this time.
0 commit comments