mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
fix: incorrect pointer cursor on more menu headers
This commit is contained in:
parent
c795578dad
commit
bdda0ea68e
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue