Use hard-coded default placeholder color

IE 11 doesn't support opacity properly on placeholders and causes the entire input to render with that opacity. This fixes that bug.
This commit is contained in:
Adam Wathan 2019-08-06 11:09:47 -04:00
parent 057c6ff419
commit 371d320eeb
3 changed files with 3 additions and 6 deletions

View File

@ -484,8 +484,7 @@ textarea {
input::placeholder,
textarea::placeholder {
color: inherit;
opacity: 0.5;
color: #a0aec0;
}
button,

View File

@ -484,8 +484,7 @@ textarea {
input::placeholder,
textarea::placeholder {
color: inherit;
opacity: 0.5;
color: #a0aec0;
}
button,

View File

@ -131,8 +131,7 @@ textarea {
input::placeholder,
textarea::placeholder {
color: inherit;
opacity: 0.5;
color: #a0aec0;
}
button,