-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(form-field): remove deprecated CSS classes (#10296)
BREAKING CHANGES: - The following deprecated CSS classes have been removed: - mat-input-container instead use mat-form-field - mat-input-invalid instead use mat-form-field-invalid - mat-input-wrapper instead use mat-form-field-wrapper - mat-input-flex instead use mat-form-field-flex - mat-input-prefix instead use mat-form-field-prefix - mat-input-infix instead use mat-form-field-infix - mat-input-placeholder-wrapper instead use mat-form-field-label-wrapper - mat-input-placeholder instead use mat-form-field-label - mat-input-suffix instead use mat-form-field-suffix - mat-input-underline instead use mat-form-field-underline - mat-input-ripple instead use mat-form-field-ripple - mat-input-subscript-wrapper instead use mat-form-field-subscript-wrapper - mat-input-hint-wrapper instead use mat-form-field-hint-wrapper - mat-input-hint-spacer instead use mat-form-field-hint-spacer - mat-form-field-placeholder-wrapper instead use mat-form-field-label-wrapper - mat-form-field-placeholder instead use mat-form-field-label
- Loading branch information
Showing
4 changed files
with
17 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters