Skip to content

Commit c5213fd

Browse files
authored
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
1 parent 6a5943d commit c5213fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/material/chips/chip.scss

+3
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)