We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd533c commit 290c424Copy full SHA for 290c424
1 file changed
src/components-examples/aria/autocomplete/autocomplete.css
@@ -118,6 +118,12 @@
118
font-size: 0.9rem;
119
}
120
121
+/* stylelint-disable material/no-prefixes -- Provides all prefixes for ::placeholder */
122
+input::-webkit-input-placeholder,
123
+input::-moz-placeholder, /* Firefox 19+ */
124
+input:-ms-input-placeholder, /* IE 10+ */
125
+input:-moz-placeholder, /* Firefox 18- */
126
input::placeholder {
127
color: var(--mat-sys-on-surface-variant);
128
129
+/* stylelint-enable material/no-prefixes */
0 commit comments