Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

fix(input): placeholder hidden when there is also a label on IE11 #11674

Merged
merged 1 commit into from Mar 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/input/input.scss
Expand Up @@ -148,7 +148,7 @@ md-input-container {
opacity: 0;
}

&:not( .md-input-has-value ) input:not( :focus ) {
&:not( .md-input-has-value ):not( .md-input-has-placeholder ) input:not( :focus ) {
color: transparent;
}
&:not( .md-input-has-value ) input:not( :focus )::-webkit-datetime-edit-ampm-field,
Expand Down