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 @@ -679,8 +679,9 @@ $token-slots: m2-chip.get-token-slots();
679
679
// For the chip element, default inset/offset values are necessary to ensure that
680
680
// the focus indicator is sufficiently contrastive and renders appropriately.
681
681
$default-border-width : focus-indicators-private .$default-border-width ;
682
+ // stylelint-disable-next-line max-line-length
683
+ $border-color : var (--mat-focus-indicator-border-color , #{focus-indicators-private .$default-border-color } );
682
684
$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 } );
684
685
$offset : calc (#{$border-width } + 2px );
685
686
686
687
content : ' ' ;
@@ -690,7 +691,7 @@ $token-slots: m2-chip.get-token-slots();
690
691
margin : calc (#{$offset } * -1 );
691
692
border-width : $border-width ;
692
693
border : solid ;
693
- border-color : $default- border-color ;
694
+ border-color : $border-color ;
694
695
opacity : 0 ;
695
696
height : auto ;
696
697
}
You can’t perform that action at this time.
0 commit comments