Skip to content

Commit

Permalink
fix(material/input): fix input prefix & suffix disabled color (#25398)
Browse files Browse the repository at this point in the history
* fix(material/input): fix input suffix disabled color

* fixup! fix(material/input): fix input suffix disabled color
  • Loading branch information
wagnermaciel committed Aug 8, 2022
1 parent 4a6a0f1 commit e3b679d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/material/legacy-input/_input-theme.scss
Expand Up @@ -61,6 +61,13 @@
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
color: theming.get-color-from-palette($warn, text);
}

.mat-form-field-disabled {
.mat-form-field-prefix,
.mat-form-field-suffix {
color: theming.get-color-from-palette($foreground, disabled-text);
}
}
}

@mixin typography($config-or-theme) {
Expand Down

0 comments on commit e3b679d

Please sign in to comment.