]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bring the focused button in input group to the front (#26910)
authorysds <fellows3@gmail.com>
Tue, 18 Sep 2018 12:29:02 +0000 (21:29 +0900)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 18 Sep 2018 12:29:02 +0000 (15:29 +0300)
scss/_input-group.scss

index 2ed5f330402a600099bce3956564f61f8a77530d..7ebc313d37b9fa9572426993542286e9d5d875ef 100644 (file)
   .btn {
     position: relative;
     z-index: 2;
+
+    &:focus {
+      z-index: 3;
+    }
   }
 
   .btn + .btn,