diff --git a/normalize.css b/normalize.css index ecec996..58a8724 100644 --- a/normalize.css +++ b/normalize.css @@ -333,15 +333,6 @@ input:-moz-focusring { outline: 1px dotted ButtonText; } -/** - * Address Firefox 4+ setting `line-height` on `input` using `!important` in - * the UA stylesheet. - */ - -input { - line-height: normal; -} - /** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. diff --git a/test.html b/test.html index ab5efdb..d5a0015 100644 --- a/test.html +++ b/test.html @@ -375,12 +375,6 @@

-

input

-

should not inherit line-height

-
- -
-

input[type="checkbox"], input[type="radio"]

should have a border-box box model