From 40c8584bb4bf6109d994d5c371e2d08390c6e6a5 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Tue, 2 Jan 2018 20:20:09 +0100 Subject: [PATCH] Remove double borders for custom select and custom file Fixes #25168 --- scss/_input-group.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scss/_input-group.scss b/scss/_input-group.scss index df950fb5cb34..de2a35b6f117 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; } }