mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 11:26:37 -04:00
Add z-index: -1 to select down arrow
Without this change clicking exactly on the down arrow eats the click and doesn't active the <select> element.
This commit is contained in:
parent
959b79a439
commit
b6c1e1133d
1 changed files with 1 additions and 0 deletions
|
@ -1818,6 +1818,7 @@ label.select > span + span::after{
|
|||
margin-top: -3px; /* Adjust for Crimson Pro line-height */
|
||||
text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
|
||||
transition: color .5s;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
label.search:focus-within::before,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue