From 53bd51a093c3e1385387a9bfe0028943da77ef9f Mon Sep 17 00:00:00 2001 From: Jonathan Neal Date: Wed, 16 Mar 2016 01:35:22 -0400 Subject: [PATCH] Remove unnecessary input line-height --- normalize.css | 9 --------- test.html | 6 ------ 2 files changed, 15 deletions(-) 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