Skip to content

Commit

Permalink
fix(input): fix chrome autofill style (#3366)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored and kara committed Mar 2, 2017
1 parent 1491291 commit f40b1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/input/input-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $mat-input-underline-disabled-background-image:
// Once the autofill is committed, a change event happen and the regular md-input-container
// classes take over to fulfill this behaviour.
// Assumes the autofill is non-empty.
&:-webkit-autofill + .mat-input-placeholder.mat-float {
&:-webkit-autofill + .mat-input-placeholder-wrapper .mat-float {
@include mat-input-placeholder-floating;
}

Expand Down

0 comments on commit f40b1b2

Please sign in to comment.