2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+3 -1
View File
@@ -26,7 +26,9 @@
z-index: 3;
}
+ .form-control {
+ .form-control,
+ .custom-select,
+ .custom-file {
margin-left: -$input-border-width;
}
}