File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ $_avatar-trailing-padding: 8px;
538
538
}
539
539
540
540
& ::after {
541
- @include token-utils .create-token-slot (background-color , trailing- action- state- layer- color);
541
+ @include token-utils .create-token-slot (background , trailing- action- state- layer- color);
542
542
}
543
543
544
544
& :hover ::after {
@@ -552,8 +552,7 @@ $_avatar-trailing-padding: 8px;
552
552
553
553
.mat-mdc-chip-selected .mat-mdc-chip-remove ::after ,
554
554
.mat-mdc-chip-highlighted .mat-mdc-chip-remove ::after {
555
- @include token-utils .create-token-slot (background-color ,
556
- selected- trailing- action- state- layer- color);
555
+ @include token-utils .create-token-slot (background , selected- trailing- action- state- layer- color);
557
556
}
558
557
}
559
558
@@ -696,9 +695,7 @@ $_avatar-trailing-padding: 8px;
696
695
697
696
// Used as a state overlay.
698
697
& ::after {
699
- $_touch-target-size : 48px ;
700
- $_ripple-size : 24px ;
701
- $offset : 3px ;
698
+ $offset : 2px ;
702
699
content : ' ' ;
703
700
display : block ;
704
701
opacity : 0 ;
@@ -708,11 +705,6 @@ $_avatar-trailing-padding: 8px;
708
705
left : 8px - $offset ;
709
706
right : 8px - $offset ;
710
707
border-radius : 50% ;
711
- box-sizing : border-box ;
712
- padding : calc (($_touch-target-size - $_ripple-size )/ 2 );
713
- margin : calc ((($_touch-target-size - $_ripple-size )/ 2 ) * -1 );
714
- // stylelint-disable material/no-prefixes
715
- background-clip : content-box ;
716
708
}
717
709
718
710
.mat-icon {
You can’t perform that action at this time.
0 commit comments