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 @@ -680,6 +680,7 @@ $token-slots: m2-chip.get-token-slots();
680
680
// the focus indicator is sufficiently contrastive and renders appropriately.
681
681
$default-border-width : focus-indicators-private .$default-border-width ;
682
682
$border-width : var (--mat-focus-indicator-border-width , #{$default-border-width } );
683
+ $default-border-color : var (--mat-focus-indicator-border-color , #{focus-indicators-private .$default-border-color } );
683
684
$offset : calc (#{$border-width } + 2px );
684
685
685
686
content : ' ' ;
@@ -689,7 +690,7 @@ $token-slots: m2-chip.get-token-slots();
689
690
margin : calc (#{$offset } * -1 );
690
691
border-width : $border-width ;
691
692
border : solid ;
692
- border-color : var ( --mat-focus-indicator- border-color), black ;
693
+ border-color : $default- border-color ;
693
694
opacity : 0 ;
694
695
height : auto ;
695
696
}
You can’t perform that action at this time.
0 commit comments