forked from angular/components
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style(mdc chips) Fix clashing input and remove classes (angular#16561)
We have slightly different styles for the MDC versions of mat-chip-remove and mat-chip-input. Projects that import all angular material css are also getting the non-mdc chips css, which is applying the non-mdc styles to these elements. Add -mdc to mat-chip-remove and mat-chip-input classes in the mdc module to differentiate them. All the other mdc chip classes already contain -mdc for the same reason.
- Loading branch information
1 parent
d9977bd
commit 701302d
Showing
4 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters