mirror of
https://github.com/pure-css/pure.git
synced 2025-01-13 02:04:23 +00:00
upping z-index a notch to prevent the problem outlined in https://github.com/yahoo/pure/issues/103
This commit is contained in:
parent
024e036c2c
commit
e321b6605b
@ -254,7 +254,7 @@ since IE8 won't execute CSS that contains a CSS3 selector.
|
||||
}
|
||||
.pure-form .pure-group input:focus,
|
||||
.pure-form .pure-group textarea:focus {
|
||||
z-index: 2;
|
||||
z-index: 3;
|
||||
}
|
||||
.pure-form .pure-group input:first-child,
|
||||
.pure-form .pure-group textarea:first-child {
|
||||
|
Loading…
Reference in New Issue
Block a user