We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70564f3 commit 0f739dbCopy full SHA for 0f739db
src/material/form-field/form-field.ts
@@ -137,8 +137,6 @@ export const MAT_FORM_FIELD = new InjectionToken<MatFormField>('MatFormField');
137
'[class.mat-form-field-disabled]': '_control.disabled',
138
'[class.mat-form-field-autofilled]': '_control.autofilled',
139
'[class.mat-focused]': '_control.focused',
140
- '[class.mat-accent]': 'color == "accent"',
141
- '[class.mat-warn]': 'color == "warn"',
142
'[class.ng-untouched]': '_shouldForward("untouched")',
143
'[class.ng-touched]': '_shouldForward("touched")',
144
'[class.ng-pristine]': '_shouldForward("pristine")',
0 commit comments