From 487e5f8b827572892ba73efeabff14b1397d246b Mon Sep 17 00:00:00 2001 From: Chirag Modi Date: Mon, 2 Oct 2017 06:29:26 +0530 Subject: [PATCH] remove Dist fils as per suggestion (#23092) --- scss/_input-group.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 95b17be477..b8e2bbe194 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -165,7 +165,8 @@ > .btn, > .btn-group { z-index: 2; - margin-left: (-$input-btn-border-width); + // remove nagative margin ($input-btn-border-width) to solve overlapping issue with button. + margin-left: 0; // Because specificity @include hover-focus-active { z-index: 3;