0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

remove Dist fils as per suggestion (#23092)

This commit is contained in:
Chirag Modi 2017-10-02 06:29:26 +05:30 committed by Mark Otto
parent deced1bf4d
commit 487e5f8b82

View File

@ -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;