Merge pull request #1064 from tailwindcss/no-placeholder-opacity

Use hard-coded default placeholder color
This commit is contained in:
Adam Wathan 2019-08-06 11:17:38 -04:00 committed by GitHub
commit 4c0fb9162d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,