File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/material-experimental/mdc-form-field Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 36
36
@include _mdc-text-field-refresh-theme-variables () {
37
37
@include mdc-text-field-without-ripple ($query : $mat-theme-styles-query );
38
38
@include mdc-floating-label-core-styles ($query : $mat-theme-styles-query );
39
- @include mdc-notched-outline-core-styles ($query : $mat-base -styles-query );
39
+ @include mdc-notched-outline-core-styles ($query : $mat-theme -styles-query );
40
40
@include mdc-line-ripple-core-styles ($query : $mat-theme-styles-query );
41
41
@include _mat-form-field-subscript-theme ();
42
42
@include _mat-form-field-focus-overlay-theme ();
56
56
@include mat-using-mdc-typography ($config ) {
57
57
@include mdc-text-field-without-ripple ($query : $mat-typography-styles-query );
58
58
@include mdc-floating-label-core-styles ($query : $mat-typography-styles-query );
59
- @include mdc-text-field-core-styles ($query : $mat-typography-styles-query );
59
+ @include mdc-notched-outline-core-styles ($query : $mat-typography-styles-query );
60
+ @include mdc-line-ripple-core-styles ($query : $mat-typography-styles-query );
60
61
@include _mat-form-field-subscript-typography ($config );
61
62
}
62
63
}
Original file line number Diff line number Diff line change 8
8
9
9
// Base styles for MDC text-field, notched-outline, floating label and line-ripple.
10
10
@include mdc-text-field-without-ripple ($query : $mat-base-styles-without-animation-query );
11
- @include mdc-notched-outline-core-styles ($query : $mat-base-styles-without-animation-query );
12
11
@include mdc-floating-label-core-styles ($query : $mat-base-styles-without-animation-query );
12
+ @include mdc-notched-outline-core-styles ($query : $mat-base-styles-without-animation-query );
13
13
@include mdc-line-ripple-core-styles ($query : $mat-base-styles-without-animation-query );
14
14
15
15
// MDC text-field overwrites.
58
58
// we only activate the animation styles if animations are not explicitly disabled.
59
59
.mat-mdc-form-field :not (.mat-form-field-no-animations ) {
60
60
@include mdc-text-field-without-ripple ($query : animation );
61
- @include mdc-notched-outline-core-styles ($query : animation );
62
61
@include mdc-floating-label-core-styles ($query : animation );
62
+ @include mdc-notched-outline-core-styles ($query : animation );
63
63
@include mdc-line-ripple-core-styles ($query : animation );
64
64
}
You can’t perform that action at this time.
0 commit comments