mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Apply default placeholder styling to textarea too
This commit is contained in:
parent
7b5c4412e8
commit
00acae6c71
@ -548,7 +548,8 @@ textarea {
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
input::placeholder {
|
||||
input::placeholder,
|
||||
textarea::placeholder {
|
||||
color: inherit;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
@ -536,7 +536,7 @@ svg { fill: currentColor; }
|
||||
|
||||
button, input, optgroup, select, textarea { font-family: inherit; }
|
||||
|
||||
input::placeholder {
|
||||
input::placeholder, textarea::placeholder {
|
||||
color: inherit;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user