File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -669,8 +669,9 @@ $fallbacks: m3-chip.get-tokens();
669669 // For the chip element, default inset/offset values are necessary to ensure that
670670 // the focus indicator is sufficiently contrastive and renders appropriately.
671671 $default-border-width : focus-indicators-private .$default-border-width ;
672+ // stylelint-disable-next-line max-line-length
673+ $border-color : var (--mat-focus-indicator-border-color , #{focus-indicators-private .$default-border-color } );
672674 $border-width : var (--mat-focus-indicator-border-width , #{$default-border-width } );
673- $default-border-color : var (--mat-focus-indicator-border-color , #{focus-indicators-private .$default-border-color } );
674675 $offset : calc (#{$border-width } + 2px );
675676
676677 content : ' ' ;
@@ -680,7 +681,7 @@ $fallbacks: m3-chip.get-tokens();
680681 margin : calc (#{$offset } * -1 );
681682 border-width : $border-width ;
682683 border : solid ;
683- border-color : $default- border-color ;
684+ border-color : $border-color ;
684685 opacity : 0 ;
685686 height : auto ;
686687}
You can’t perform that action at this time.
0 commit comments