We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1491291 commit f40b1b2Copy full SHA for f40b1b2
src/lib/input/input-container.scss
@@ -94,7 +94,7 @@ $mat-input-underline-disabled-background-image:
94
// Once the autofill is committed, a change event happen and the regular md-input-container
95
// classes take over to fulfill this behaviour.
96
// Assumes the autofill is non-empty.
97
- &:-webkit-autofill + .mat-input-placeholder.mat-float {
+ &:-webkit-autofill + .mat-input-placeholder-wrapper .mat-float {
98
@include mat-input-placeholder-floating;
99
}
100
0 commit comments