Skip to content

Commit

Permalink
Use z-index 3 to show focus state on all sides of input
Browse files Browse the repository at this point in the history
  • Loading branch information
kkirsche committed Aug 20, 2015
1 parent 1081733 commit f6f4f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/input-groups.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Ensure that the input is always above the *appended* addon button for
// proper border colors.
position: relative;
z-index: 2;
z-index: 3;

// IE9 fubars the placeholder attribute in text inputs and the arrows on
// select elements in input groups. To fix it, we float the input. Details:
Expand Down

0 comments on commit f6f4f09

Please sign in to comment.