Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 49ddbfa

Browse files
committed
fix(mdInput): fix regression that broke input placeholders on Firefox
Change unfocused placeholder color to inherit instead of transparent. Closes #2162 and #2480
1 parent ee60441 commit 49ddbfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/input/input.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ md-input-container {
112112
}
113113

114114
&:not( .md-input-has-value ) input:not( :focus ) {
115-
color: transparent;
115+
color: inherit;
116116
}
117117

118118

0 commit comments

Comments
 (0)