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 136f7ff commit fc73a4bCopy full SHA for fc73a4b
src/lib/input/input-container.scss
@@ -117,7 +117,9 @@ $mat-input-underline-disabled-background-image:
117
// display: none, because IE ends up preventing the user from
118
// focusing the input altogether.
119
@include input-placeholder {
120
- color: transparent;
+ // Needs to be !important, because the placeholder will end up inheriting the
121
+ // input color in IE, if the consumer overrides it with a higher specificity.
122
+ color: transparent !important;
123
}
124
125
0 commit comments