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 3636 @include _mdc-text-field-refresh-theme-variables () {
3737 @include mdc-text-field-without-ripple ($query : $mat-theme-styles-query );
3838 @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 );
4040 @include mdc-line-ripple-core-styles ($query : $mat-theme-styles-query );
4141 @include _mat-form-field-subscript-theme ();
4242 @include _mat-form-field-focus-overlay-theme ();
5656 @include mat-using-mdc-typography ($config ) {
5757 @include mdc-text-field-without-ripple ($query : $mat-typography-styles-query );
5858 @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 );
6061 @include _mat-form-field-subscript-typography ($config );
6162 }
6263}
Original file line number Diff line number Diff line change 88
99// Base styles for MDC text-field, notched-outline, floating label and line-ripple.
1010@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 );
1211@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 );
1313@include mdc-line-ripple-core-styles ($query : $mat-base-styles-without-animation-query );
1414
1515// MDC text-field overwrites.
5858// we only activate the animation styles if animations are not explicitly disabled.
5959.mat-mdc-form-field :not (.mat-form-field-no-animations ) {
6060 @include mdc-text-field-without-ripple ($query : animation );
61- @include mdc-notched-outline-core-styles ($query : animation );
6261 @include mdc-floating-label-core-styles ($query : animation );
62+ @include mdc-notched-outline-core-styles ($query : animation );
6363 @include mdc-line-ripple-core-styles ($query : animation );
6464}
You can’t perform that action at this time.
0 commit comments