-
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.
fixup! fixup! feat(material-experimental): initial prototype of mdc-f…
…orm-field Address feedback 2
- Loading branch information
1 parent
c4c35dc
commit 631fd63
Showing
11 changed files
with
44 additions
and
41 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
File renamed without changes.
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
10 changes: 5 additions & 5 deletions
10
src/material-experimental/mdc-form-field/_mdc-form-field.scss
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
@import '@material/textfield/variables'; | ||
@import '../mdc-helpers/mdc-helpers'; | ||
@import '_form-field-subscript.scss'; | ||
@import '_form-field-bottom-line.scss'; | ||
@import 'form-field-subscript'; | ||
@import 'form-field-bottom-line'; | ||
|
||
@mixin mat-form-field-theme-mdc($theme) { | ||
@include mat-using-mdc-theme($theme) { | ||
@include mat-form-field-subscript-theme(); | ||
@include mat-form-field-bottom-line-theme(); | ||
@include _mat-form-field-subscript-theme(); | ||
@include _mat-form-field-bottom-line-theme(); | ||
} | ||
} | ||
|
||
@mixin mat-form-field-typography-mdc($config) { | ||
@include mat-using-mdc-typography($config) { | ||
@include mat-form-field-subscript-typography($config); | ||
@include _mat-form-field-subscript-typography($config); | ||
} | ||
} |
9 changes: 5 additions & 4 deletions
9
..._mdc-text-field-structure-overwrites.scss → .../_mdc-text-field-structure-overrides.scss
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
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