@@ -52,12 +52,11 @@ $_standard-tokens: (
52
52
.mat-button-toggle-group-appearance-standard {
53
53
@include token-utils .use-tokens ($_standard-tokens ...) {
54
54
@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 );
56
56
57
57
.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 )} ;
61
60
}
62
61
}
63
62
@@ -92,9 +91,8 @@ $_standard-tokens: (
92
91
@include token-utils .create-token-slot (font-weight , label- text- weight);
93
92
@include token-utils .create-token-slot (letter-spacing , label- text- tracking);
94
93
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 )} ;
98
96
99
97
& .cdk-keyboard-focused .mat-button-toggle-focus-overlay {
100
98
@include token-utils .create-token-slot (opacity , focus- state- layer- opacity);
@@ -126,9 +124,8 @@ $_standard-tokens: (
126
124
@include token-utils .use-tokens ($_legacy-tokens ...) {
127
125
@include token-utils .create-token-slot (color , disabled- state- text- color);
128
126
@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 )} ;
132
129
133
130
& .mat-button-toggle-checked {
134
131
@include token-utils .create-token-slot (background-color ,
@@ -139,7 +136,7 @@ $_standard-tokens: (
139
136
140
137
.mat-button-toggle-appearance-standard {
141
138
@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 );
143
140
@include token-utils .create-token-slot (color , text- color);
144
141
@include token-utils .create-token-slot (background-color , background-color );
145
142
@include token-utils .create-token-slot (font-family , label- text- font);
@@ -173,9 +170,8 @@ $_standard-tokens: (
173
170
@include token-utils .create-token-slot (background-color , disabled- state- background- color);
174
171
175
172
.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 )} ;
179
175
}
180
176
181
177
& .mat-button-toggle-checked {
0 commit comments