]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix #17001 in v4 18265/head
authorChris Rebert <code@chrisrebert.com>
Sun, 15 Nov 2015 22:09:12 +0000 (14:09 -0800)
committerChris Rebert <code@chrisrebert.com>
Sun, 15 Nov 2015 22:20:44 +0000 (14:20 -0800)
Refs #18253
[skip sauce]

scss/_input-group.scss

index 3b4ef632cb4aab4f431b92d8ad3a269cfcbd7987..ad09d28a89ed8ea390a4b2ad3d04c089f16bd462 100644 (file)
     // proper border colors.
     position: relative;
     z-index: 2;
+    // Bring the "active" form control to the front
+    @include hover-focus-active {
+      z-index: 3;
+    }
     @if $enable-flex {
       flex: 1;
     } @else {
     }
     // Bring the "active" button to the front
     @include hover-focus-active {
-      z-index: 2;
+      z-index: 3;
     }
   }
 
     > .btn-group {
       z-index: 2;
       margin-left: -1px;
+      // Because specificity
+      @include hover-focus-active {
+        z-index: 3;
+      }
     }
   }
 }