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;
538538 }
539539
540540 & ::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);
542542 }
543543
544544 & :hover ::after {
@@ -552,8 +552,7 @@ $_avatar-trailing-padding: 8px;
552552
553553 .mat-mdc-chip-selected .mat-mdc-chip-remove ::after ,
554554 .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);
557556 }
558557}
559558
@@ -696,9 +695,7 @@ $_avatar-trailing-padding: 8px;
696695
697696 // Used as a state overlay.
698697 & ::after {
699- $_touch-target-size : 48px ;
700- $_ripple-size : 24px ;
701- $offset : 3px ;
698+ $offset : 2px ;
702699 content : ' ' ;
703700 display : block ;
704701 opacity : 0 ;
@@ -708,11 +705,6 @@ $_avatar-trailing-padding: 8px;
708705 left : 8px - $offset ;
709706 right : 8px - $offset ;
710707 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 ;
716708 }
717709
718710 .mat-icon {
You can’t perform that action at this time.
0 commit comments