mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Remove obsoleted override rule
normalize.css 8 applies "font-family: inherit" to the same elements
This commit is contained in:
parent
2f6d6eb0ad
commit
114891f3fa
@ -473,14 +473,6 @@ img {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
input::placeholder,
|
||||
textarea::placeholder {
|
||||
color: inherit;
|
||||
|
||||
@ -463,8 +463,6 @@ textarea { resize: vertical; }
|
||||
|
||||
img { max-width: 100%; height: auto; }
|
||||
|
||||
button, input, optgroup, select, textarea { font-family: inherit; }
|
||||
|
||||
input::placeholder, textarea::placeholder {
|
||||
color: inherit;
|
||||
opacity: .5;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user