mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 21:22:52 +02:00
add comment for append/prepend z-indexing
This commit is contained in:
@@ -368,6 +368,7 @@ select:focus:required:invalid {
|
|||||||
*margin-left: 0;
|
*margin-left: 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
.border-radius(0 3px 3px 0);
|
.border-radius(0 3px 3px 0);
|
||||||
|
// Make input on top when focused so blue border and shadow always show
|
||||||
&:focus {
|
&:focus {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
Reference in New Issue
Block a user