File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/material/button-toggle Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -314,16 +314,16 @@ $_standard-tokens: (
314
314
// radius of the button-toggle-group or standalone button-toggle.
315
315
@include token-utils .use-tokens ($_standard-tokens ...) {
316
316
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
317
- -- mat-focus-indicator-border-radius: #{ token-utils . get-token-variable-reference ( shape )} ;
317
+ @include token-utils . create-token-slot ( -- mat-focus-indicator-border-radius, shape);
318
318
}
319
319
320
320
.mat-button-toggle-group-appearance-standard .mat-button-toggle {
321
- & :last-of-type .mat-button-toggle-button :before {
321
+ & :last-of-type .mat-button-toggle-button :: before {
322
322
@include token-utils .create-token-slot (border-top-right-radius , shape);
323
323
@include token-utils .create-token-slot (border-bottom-right-radius , shape);
324
324
}
325
325
326
- & :first-of-type .mat-button-toggle-button :before {
326
+ & :first-of-type .mat-button-toggle-button :: before {
327
327
@include token-utils .create-token-slot (border-top-left-radius , shape);
328
328
@include token-utils .create-token-slot (border-bottom-left-radius , shape);
329
329
}
You can’t perform that action at this time.
0 commit comments