File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -650,6 +650,7 @@ $fallbacks: m3-chip.get-tokens();
650
650
// the focus indicator is sufficiently contrastive and renders appropriately.
651
651
$default-border-width : focus-indicators-private .$default-border-width ;
652
652
$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 } );
653
654
$offset : calc (#{$border-width } + 2px );
654
655
655
656
content : ' ' ;
@@ -659,7 +660,7 @@ $fallbacks: m3-chip.get-tokens();
659
660
margin : calc (#{$offset } * -1 );
660
661
border-width : $border-width ;
661
662
border : solid ;
662
- border-color : var ( --mat-focus-indicator- border-color), black ;
663
+ border-color : $default- border-color ;
663
664
opacity : 0 ;
664
665
height : auto ;
665
666
}
You can’t perform that action at this time.
0 commit comments