mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-17 14:54:30 +01:00
Bring the focused button in input group to the front (#26910)
This commit is contained in:
parent
029f92c5e5
commit
18ae915f54
@ -75,6 +75,10 @@
|
|||||||
.btn {
|
.btn {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
z-index: 3;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn + .btn,
|
.btn + .btn,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user