aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-24 20:07:54 -0700
committerMark Otto <[email protected]>2014-03-24 20:07:54 -0700
commitacf57073231ebd521a87f523de6c51930d3c1ff4 (patch)
treeb4c89129746086f289961d63fc68eb1131e0c7f7 /less/forms.less
parentb4f4c7b16f26ca1cf9fabf4bca4447e1cb2a688e (diff)
downloadbootstrap-acf57073231ebd521a87f523de6c51930d3c1ff4.tar.xz
bootstrap-acf57073231ebd521a87f523de6c51930d3c1ff4.zip
Fixes #13066: Add z-index to the form control feedback icons so input groups don't render on top of them
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less
index 8bec21e48..0368c0c0f 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -292,6 +292,7 @@ input[type="checkbox"],
position: absolute;
top: (@line-height-computed + 5); // Height of the `label` and its margin
right: 0;
+ z-index: 2; // Ensure icon is above input groups
display: block;
width: @input-height-base;
height: @input-height-base;