We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39fad4 commit ad1bd30Copy full SHA for ad1bd30
src/material/chips/chip.scss
@@ -548,7 +548,8 @@ $_avatar-trailing-padding: 8px;
548
549
.mat-mdc-chip-selected .mat-mdc-chip-remove::after,
550
.mat-mdc-chip-highlighted .mat-mdc-chip-remove::after {
551
- @include token-utils.create-token-slot(background-color, selected-trailing-action-state-layer-color);
+ @include token-utils.create-token-slot(background-color,
552
+ selected-trailing-action-state-layer-color);
553
}
554
555
0 commit comments