We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af3cd3 commit dca6ea3Copy full SHA for dca6ea3
src/lib/input/input.scss
@@ -90,7 +90,8 @@ md-input, md-textarea {
90
// fire any events when a form auto-fill is occurring.
91
// Once the autofill is committed, a change event happen and the regular md-input
92
// classes take over to fulfill this behaviour.
93
- &:-webkit-autofill + .md-input-placeholder {
+ // Assumes the autofill is non-empty.
94
+ &:-webkit-autofill + .md-input-placeholder.md-float {
95
@include md-input-placeholder-floating;
96
}
97
0 commit comments