Skip to content

Commit e3b679d

Browse files
authored
fix(material/input): fix input prefix & suffix disabled color (#25398)
* fix(material/input): fix input suffix disabled color * fixup! fix(material/input): fix input suffix disabled color
1 parent 4a6a0f1 commit e3b679d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/material/legacy-input/_input-theme.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@
6161
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
6262
color: theming.get-color-from-palette($warn, text);
6363
}
64+
65+
.mat-form-field-disabled {
66+
.mat-form-field-prefix,
67+
.mat-form-field-suffix {
68+
color: theming.get-color-from-palette($foreground, disabled-text);
69+
}
70+
}
6471
}
6572

6673
@mixin typography($config-or-theme) {

0 commit comments

Comments
 (0)