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
1 changed files with 3 additions and 1 deletions

View File

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