mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Merge pull request #1064 from tailwindcss/no-placeholder-opacity
Use hard-coded default placeholder color
This commit is contained in:
commit
4c0fb9162d
@ -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