@@ -52,12 +52,11 @@ $_standard-tokens: (
5252.mat-button-toggle-group-appearance-standard {
5353 @include token-utils .use-tokens ($_standard-tokens ...) {
5454 @include token-utils .create-token-slot (border-radius , shape);
55- border : solid 1px var ( #{ token-utils .get-token-variable (divider-color )} );
55+ border : solid 1px token-utils .get-token-variable (divider-color );
5656
5757 .mat-pseudo-checkbox {
58- --mat-minimal-pseudo-checkbox-selected-checkmark-color : var (
59- #{token-utils .get-token-variable (selected-state-text-color )}
60- );
58+ --mat-minimal-pseudo-checkbox-selected-checkmark-color : #{
59+ token-utils .get-token-variable (selected-state-text-color )} ;
6160 }
6261 }
6362
@@ -92,9 +91,8 @@ $_standard-tokens: (
9291 @include token-utils .create-token-slot (font-weight , label- text- weight);
9392 @include token-utils .create-token-slot (letter-spacing , label- text- tracking);
9493
95- --mat-minimal-pseudo-checkbox-selected-checkmark-color : var (
96- #{token-utils .get-token-variable (selected-state-text-color )}
97- );
94+ --mat-minimal-pseudo-checkbox-selected-checkmark-color : #{
95+ token-utils .get-token-variable (selected-state-text-color )} ;
9896
9997 & .cdk-keyboard-focused .mat-button-toggle-focus-overlay {
10098 @include token-utils .create-token-slot (opacity , focus- state- layer- opacity);
@@ -126,9 +124,8 @@ $_standard-tokens: (
126124 @include token-utils .use-tokens ($_legacy-tokens ...) {
127125 @include token-utils .create-token-slot (color , disabled- state- text- color);
128126 @include token-utils .create-token-slot (background-color , disabled- state- background- color);
129- --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color : var (
130- #{token-utils .get-token-variable (disabled-state-text-color )}
131- );
127+ --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color : #{
128+ token-utils .get-token-variable (disabled-state-text-color )} ;
132129
133130 & .mat-button-toggle-checked {
134131 @include token-utils .create-token-slot (background-color ,
@@ -139,7 +136,7 @@ $_standard-tokens: (
139136
140137.mat-button-toggle-appearance-standard {
141138 @include token-utils .use-tokens ($_standard-tokens ...) {
142- $divider-color : var ( #{ token-utils .get-token-variable (divider-color )} );
139+ $divider-color : token-utils .get-token-variable (divider-color );
143140 @include token-utils .create-token-slot (color , text- color);
144141 @include token-utils .create-token-slot (background-color , background-color );
145142 @include token-utils .create-token-slot (font-family , label- text- font);
@@ -173,9 +170,8 @@ $_standard-tokens: (
173170 @include token-utils .create-token-slot (background-color , disabled- state- background- color);
174171
175172 .mat-pseudo-checkbox {
176- --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color : var (
177- #{token-utils .get-token-variable (disabled-selected-state-text-color )}
178- );
173+ --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color : #{
174+ token-utils .get-token-variable (disabled-selected-state-text-color )} ;
179175 }
180176
181177 & .mat-button-toggle-checked {
0 commit comments