Skip to content

Commit

Permalink
Fixes #13066: Add z-index to the form control feedback icons so input…
Browse files Browse the repository at this point in the history
… groups don't render on top of them
  • Loading branch information
mdo committed Mar 25, 2014
1 parent b4f4c7b commit acf5707
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions dist/css/bootstrap-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-rtl.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit acf5707

Please sign in to comment.