Skip to content

Commit

Permalink
refactor(material/chips): fix lint errors
Browse files Browse the repository at this point in the history
Updates previous fix to correct lint error due to changing some
lines from background to targeting background-color specifically.
  • Loading branch information
essjay05 committed Jul 30, 2024
1 parent e770626 commit 138bba0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/material/chips/chip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,8 @@ $_avatar-trailing-padding: 8px;

.mat-mdc-chip-selected .mat-mdc-chip-remove::after,
.mat-mdc-chip-highlighted .mat-mdc-chip-remove::after {
@include token-utils.create-token-slot(background-color, selected-trailing-action-state-layer-color);
@include token-utils.create-token-slot(background-color,
selected-trailing-action-state-layer-color);
}
}

Expand Down

0 comments on commit 138bba0

Please sign in to comment.