]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use the line height variable to set the line-height for input elements 9681/head
authorNate Wiebe <nate@northern.co>
Thu, 19 Jan 2017 22:45:37 +0000 (17:45 -0500)
committerNate Wiebe <nate@northern.co>
Thu, 19 Jan 2017 22:45:37 +0000 (17:45 -0500)
scss/forms/_select.scss
scss/forms/_text.scss

index fe450dc39bb41c8182d680d01237ef50c96f07a1..f93025e16574ffd21137afbbe89fe8aec99ceb1a 100644 (file)
@@ -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 {
index e3d4ce4eb4de5caae6de7d188d27237b644e3cbc..166de1e1ba9c02cebf32c26d7215a5be10870c2c 100644 (file)
@@ -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) {