Bring the focused button in input group to the front (#26910)
This commit is contained in:
parent
029f92c5e5
commit
18ae915f54
1 changed files with 4 additions and 0 deletions
|
|
@ -75,6 +75,10 @@
|
|||
.btn {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
|
||||
&:focus {
|
||||
z-index: 3;
|
||||
}
|
||||
}
|
||||
|
||||
.btn + .btn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue