Remove obsoleted override rule

normalize.css 8 applies "font-family: inherit" to the same elements
This commit is contained in:
Kyle Coburn 2018-08-19 15:43:54 -07:00
parent 2f6d6eb0ad
commit 114891f3fa
2 changed files with 0 additions and 10 deletions

View File

@ -473,14 +473,6 @@ img {
height: auto;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
}
input::placeholder,
textarea::placeholder {
color: inherit;

View File

@ -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;