From: Chirag Modi Date: Mon, 2 Oct 2017 00:59:26 +0000 (+0530) Subject: remove Dist fils as per suggestion (#23092) X-Git-Tag: v4.0.0-beta.2~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=487e5f8b827572892ba73efeabff14b1397d246b;p=thirdparty%2Fbootstrap.git remove Dist fils as per suggestion (#23092) --- 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;