Skip to content

Commit 1428889

Browse files
DBowen33andrewseguin
authored andcommitted
fix(material/chips): forced colors disabled chip fix (#30429)
doesn't apply forced color to disabled chips to distingiush from active chips fixes b/383354169 (cherry picked from commit c5213fd)
1 parent 46cf310 commit 1428889

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/material/chips/chip.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ $_avatar-trailing-padding: 8px;
6262
.mdc-evolution-chip--disabled,
6363
.mdc-evolution-chip__action:disabled {
6464
pointer-events: none;
65+
@include cdk.high-contrast {
66+
forced-color-adjust: none;
67+
}
6568
}
6669

6770
.mdc-evolution-chip__action--primary {

0 commit comments

Comments
 (0)