File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -649,8 +649,9 @@ $fallbacks: m3-chip.get-tokens();
649
649
// For the chip element, default inset/offset values are necessary to ensure that
650
650
// the focus indicator is sufficiently contrastive and renders appropriately.
651
651
$default-border-width : focus-indicators-private .$default-border-width ;
652
+ // stylelint-disable-next-line max-line-length
653
+ $border-color : var (--mat-focus-indicator-border-color , #{focus-indicators-private .$default-border-color } );
652
654
$border-width : var (--mat-focus-indicator-border-width , #{$default-border-width } );
653
- $default-border-color : var (--mat-focus-indicator-border-color , #{focus-indicators-private .$default-border-color } );
654
655
$offset : calc (#{$border-width } + 2px );
655
656
656
657
content : ' ' ;
@@ -660,7 +661,7 @@ $fallbacks: m3-chip.get-tokens();
660
661
margin : calc (#{$offset } * -1 );
661
662
border-width : $border-width ;
662
663
border : solid ;
663
- border-color : $default- border-color ;
664
+ border-color : $border-color ;
664
665
opacity : 0 ;
665
666
height : auto ;
666
667
}
You can’t perform that action at this time.
0 commit comments