2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Bring the focused button in input group to the front (#26910)

This commit is contained in:
ysds
2018-09-18 21:29:02 +09:00
committed by XhmikosR
parent 029f92c5e5
commit 18ae915f54
+4
View File
@@ -75,6 +75,10 @@
.btn {
position: relative;
z-index: 2;
&:focus {
z-index: 3;
}
}
.btn + .btn,