0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00
This commit is contained in:
Mark Otto 2016-12-26 16:13:23 -08:00 committed by Mark Otto
parent 8721ff8d6b
commit 8a3d0d344b

View 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 {