fix: incorrect pointer cursor on more menu headers

This commit is contained in:
alistair3149 2021-02-26 16:25:09 -05:00
parent c795578dad
commit bdda0ea68e
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -19,6 +19,7 @@
left: 0;
border: 1px solid var( --border-color-base--lighter );
margin-top: 5px;
cursor: auto; // reset cursor pointer set by parent
opacity: 0;
pointer-events: none;
transition: @transition-opacity-quick, @transition-box-shadow-quick;