From: Martijn Cuppens Date: Tue, 2 Jan 2018 19:20:09 +0000 (+0100) Subject: Remove double borders for custom select and custom file X-Git-Tag: v4.0.0~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d66875d0e6500d90dc49cc5a7df8a82dcf383b8a;p=thirdparty%2Fbootstrap.git Remove double borders for custom select and custom file Fixes #25168 --- diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 134b62d4e6..fcf7c3c432 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -26,7 +26,9 @@ z-index: 3; } - + .form-control { + + .form-control, + + .custom-select, + + .custom-file { margin-left: -$input-border-width; } }