mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
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:
parent
057c6ff419
commit
371d320eeb
@ -484,8 +484,7 @@ textarea {
|
||||
|
||||
input::placeholder,
|
||||
textarea::placeholder {
|
||||
color: inherit;
|
||||
opacity: 0.5;
|
||||
color: #a0aec0;
|
||||
}
|
||||
|
||||
button,
|
||||
|
||||
@ -484,8 +484,7 @@ textarea {
|
||||
|
||||
input::placeholder,
|
||||
textarea::placeholder {
|
||||
color: inherit;
|
||||
opacity: 0.5;
|
||||
color: #a0aec0;
|
||||
}
|
||||
|
||||
button,
|
||||
|
||||
@ -131,8 +131,7 @@ textarea {
|
||||
|
||||
input::placeholder,
|
||||
textarea::placeholder {
|
||||
color: inherit;
|
||||
opacity: 0.5;
|
||||
color: #a0aec0;
|
||||
}
|
||||
|
||||
button,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user