mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-12 08:31:00 +00:00
remove Dist fils as per suggestion (#23092)
This commit is contained in:
parent
deced1bf4d
commit
487e5f8b82
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue