From: Nate Wiebe Date: Thu, 19 Jan 2017 22:45:37 +0000 (-0500) Subject: Use the line height variable to set the line-height for input elements X-Git-Tag: v6.4.0-rc1~29^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9681%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use the line height variable to set the line-height for input elements --- diff --git a/scss/forms/_select.scss b/scss/forms/_select.scss index fe450dc39..f93025e16 100644 --- a/scss/forms/_select.scss +++ b/scss/forms/_select.scss @@ -33,7 +33,7 @@ $select-radius: $global-radius !default; font-family: $input-font-family; font-size: $input-font-size; font-weight: $input-font-weight; - line-height: normal; + line-height: $input-line-height; color: $input-color; @if $select-triangle-color != transparent { diff --git a/scss/forms/_text.scss b/scss/forms/_text.scss index e3d4ce4eb..166de1e1b 100644 --- a/scss/forms/_text.scss +++ b/scss/forms/_text.scss @@ -100,7 +100,7 @@ $form-button-radius: $global-radius !default; font-family: $input-font-family; font-size: $input-font-size; font-weight: $input-font-weight; - line-height: normal; + line-height: $input-line-height; color: $input-color; @if has-value($input-transition) {