]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove var
authorMark Otto <markdotto@gmail.com>
Tue, 23 Jun 2015 02:02:30 +0000 (19:02 -0700)
committerMark Otto <markdotto@gmail.com>
Tue, 23 Jun 2015 02:02:30 +0000 (19:02 -0700)
scss/_forms.scss
scss/_variables.scss

index 1632c389878ca61df94d0d4816a0c1a66587652d..9fb2d569259b36451ebd800f756fcae56719eae8 100644 (file)
@@ -317,7 +317,8 @@ input[type="checkbox"] {
 .has-feedback label {
 
   ~ .form-control-feedback {
-    top: ($line-height-computed + 5); // Height of the `label` and its margin
+    // TODO: redo this since we nuked the `$line-height-computed`
+    top: 0; // Height of the `label` and its margin
   }
 
   &.sr-only ~ .form-control-feedback {
index 930bed7bad096637daf8dd77f889f857b6b7dd7f..601dbd3c65c68d70a3848289ee83784477003a10 100644 (file)
@@ -83,9 +83,6 @@ $font-size-h6:               1rem !default;
 
 $line-height:           1.5 !default;
 
-// TODO: nuke this
-$line-height-computed:       1 !default;
-
 $headings-font-family:       inherit !default;
 $headings-font-weight:       500 !default;
 $headings-line-height:       1.1 !default;
@@ -286,7 +283,7 @@ $container-max-widths: (
 
 // Basics of a navbar
 // $navbar-height:                    50px !default;
-$navbar-margin-bottom:             $line-height-computed !default;
+$navbar-margin-bottom:             $spacer-y !default;
 $navbar-border-radius:             $border-radius !default;
 $navbar-padding-horizontal:        $spacer !default;
 $navbar-padding-vertical:          ($spacer / 2) !default;