diff options
| author | Mark Otto <[email protected]> | 2016-12-26 16:13:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-27 14:17:11 -0800 |
| commit | 8a3d0d344b4eadd78f98809cdf7161b21436b765 (patch) | |
| tree | 56c9dea8ce6845b7bb26951b62c26313648e4730 | |
| parent | 8721ff8d6bb61fc2a26549e50d7cf972c513915b (diff) | |
| download | bootstrap-8a3d0d344b4eadd78f98809cdf7161b21436b765.tar.xz bootstrap-8a3d0d344b4eadd78f98809cdf7161b21436b765.zip | |
use var
| -rw-r--r-- | scss/_forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 9c581feae..7b750f030 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 { |
