From 8a3d0d344b4eadd78f98809cdf7161b21436b765 Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Mon, 26 Dec 2016 16:13:23 -0800
Subject: [PATCH] use var

---
 scss/_forms.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scss/_forms.scss b/scss/_forms.scss
index 9c581feae7..7b750f030b 100644
--- a/scss/_forms.scss
+++ b/scss/_forms.scss
@@ -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 {
-- 
GitLab