Commit f330de0b authored by Mark Otto's avatar Mark Otto
Browse files

add comment for append/prepend z-indexing

parent 281e058e
Showing with 1 addition and 0 deletions
+1 -0
...@@ -368,6 +368,7 @@ select:focus:required:invalid { ...@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment