Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2015-11-15 07:26:19 +0300
committerMark Otto <markd.otto@gmail.com>2015-11-15 07:26:19 +0300
commitbed3872b4952f8edd717b8ba62b40e8c851506cb (patch)
tree96c56fd3282b54240c77d9ff43110f4b7fc64673 /less
parent03885dc8811c996bb8cceaf7416fbc5a5d1121bd (diff)
Ensure proper z-indexing in input-groups
Diffstat (limited to 'less')
-rw-r--r--less/input-groups.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/less/input-groups.less b/less/input-groups.less
index 4a711fff0d..5f73eec40c 100644
--- a/less/input-groups.less
+++ b/less/input-groups.less
@@ -29,6 +29,10 @@
width: 100%;
margin-bottom: 0;
+
+ &:focus {
+ z-index: 3;
+ }
}
}