mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
add transparent border to match .form-control height
This commit is contained in:
parent
55e130f88f
commit
53ce4da835
1 changed files with 2 additions and 0 deletions
|
|
@ -136,6 +136,8 @@ select.form-control {
|
|||
padding-top: $input-padding-y;
|
||||
padding-bottom: $input-padding-y;
|
||||
line-height: $input-line-height;
|
||||
border: solid transparent;
|
||||
border-width: 1px 0;
|
||||
|
||||
&.form-control-sm,
|
||||
&.form-control-lg {
|
||||
|
|
|
|||
Loading…
Reference in a new issue