]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
.form-control: Use $input-border-width instead of $border-width
authorChris Rebert <code@chrisrebert.com>
Sun, 15 Nov 2015 09:18:36 +0000 (01:18 -0800)
committerChris Rebert <code@chrisrebert.com>
Sun, 15 Nov 2015 09:18:40 +0000 (01:18 -0800)
[skip sauce]

scss/_forms.scss

index 32c9c66e03019110e629d7ce839732d535cca089..2df584e5ddfea36ff48755d3635e529924e4f199 100644 (file)
@@ -14,7 +14,7 @@
   background-color: $input-bg;
   // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214.
   background-image: none;
-  border: $border-width solid $input-border-color;
+  border: $input-border-width solid $input-border-color;
   // Note: This has no effect on <select>s in some browsers, due to the limited stylability of `<select>`s in CSS.
   @include border-radius($input-border-radius);
   @include box-shadow($input-box-shadow);