mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 10:05:40 +02:00
@@ -19,6 +19,10 @@
|
|||||||
// proper border colors.
|
// proper border colors.
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
// Bring the "active" form control to the front
|
||||||
|
@include hover-focus-active {
|
||||||
|
z-index: 3;
|
||||||
|
}
|
||||||
@if $enable-flex {
|
@if $enable-flex {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
} @else {
|
} @else {
|
||||||
@@ -160,7 +164,7 @@
|
|||||||
}
|
}
|
||||||
// Bring the "active" button to the front
|
// Bring the "active" button to the front
|
||||||
@include hover-focus-active {
|
@include hover-focus-active {
|
||||||
z-index: 2;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -176,6 +180,10 @@
|
|||||||
> .btn-group {
|
> .btn-group {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
|
// Because specificity
|
||||||
|
@include hover-focus-active {
|
||||||
|
z-index: 3;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user