Only expand one level deep when hovering context menu parent

This commit is contained in:
Jordan Eldredge 2018-10-24 22:07:59 -07:00
parent af82af36da
commit effff3e940

View file

@ -82,6 +82,6 @@
margin-left: -3px;
}
#webamp-context-menu .context-menu li:hover ul {
#webamp-context-menu .context-menu li:hover > ul {
display: block;
}