aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorysds <[email protected]>2018-09-18 21:29:02 +0900
committerXhmikosR <[email protected]>2018-09-18 15:29:02 +0300
commit18ae915f547b9204c14783a3bc35277fb50e69a4 (patch)
treece905cd5956b3d0ee443c404410710abf228966d
parent029f92c5e56e6f2a21ec2f217b683273b80b91b7 (diff)
downloadbootstrap-18ae915f547b9204c14783a3bc35277fb50e69a4.tar.xz
bootstrap-18ae915f547b9204c14783a3bc35277fb50e69a4.zip
Bring the focused button in input group to the front (#26910)
-rw-r--r--scss/_input-group.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss
index 2ed5f3304..7ebc313d3 100644
--- a/scss/_input-group.scss
+++ b/scss/_input-group.scss
@@ -75,6 +75,10 @@
.btn {
position: relative;
z-index: 2;
+
+ &:focus {
+ z-index: 3;
+ }
}
.btn + .btn,