0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Remove double borders for custom select and custom file

Fixes #25168
This commit is contained in:
Martijn Cuppens 2018-01-02 20:20:09 +01:00 committed by Mark Otto
parent 2dc5762f96
commit d66875d0e6

View File

@ -26,7 +26,9 @@
z-index: 3;
}
+ .form-control {
+ .form-control,
+ .custom-select,
+ .custom-file {
margin-left: -$input-border-width;
}
}