]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
use var
authorMark Otto <markdotto@gmail.com>
Tue, 27 Dec 2016 00:13:23 +0000 (16:13 -0800)
committerMark Otto <markd.otto@gmail.com>
Tue, 27 Dec 2016 22:17:11 +0000 (14:17 -0800)
scss/_forms.scss

index 9c581feae7925971c88dd34dd57e192093991393..7b750f030b72c406732b48f81cd109fdc0f05012 100644 (file)
@@ -138,7 +138,7 @@ select.form-control {
   margin-bottom: 0; // match inputs if this class comes on inputs with default margins
   line-height: $input-line-height;
   border: solid transparent;
-  border-width: 1px 0;
+  border-width: $input-btn-border-width 0;
 
   &.form-control-sm,
   &.form-control-lg {