Skip to content

Commit a49c030

Browse files
authored
fix(theming): remove top-level & in input theme (#1248)
1 parent 379a57f commit a49c030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/input/_input-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
// See md-input-placeholder-floating mixin in input.scss
4242
md-input input:-webkit-autofill + .md-input-placeholder,
43-
.md-input-placeholder.md-float:not(.md-empty), &.md-float.md-focused {
43+
.md-input-placeholder.md-float:not(.md-empty), .md-input-placeholder.md-float.md-focused {
4444

4545
.md-placeholder-required {
4646
color: $input-required-placeholder-color;

0 commit comments

Comments
 (0)