Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Hover issue on Depth 2 ( over the link )
422
MVP
When I hover over ( expanded ) category using the accordion, I note that the hover for the link is somewhat out of whack.
For example: If I have.
Category SUB CAT 1 SUB CAT 2
If I hover over sub cat 1 ( sub cat 2 ) remains in focus.
I can fix this, but wondered if you had had similar issues.
There was an error rendering this rich post.
0
Comments
I am presuming the issue is the fact you have not segragated class for ul and li.
They both share exact same class.
<ul class="CatAccordion"><li class="CatAccordion">
So if you hover over the ul ( via inspector ) the subsequent li's are under same div class, they need separating.
There was an error rendering this rich post.
Ok just checked on fresh install ( and disabled your plugin )
Appears to be a vanilla issue.
There was an error rendering this rich post.
That was just a reset class though, and I prefix with the element.
grep is your friend.
Thanks @x00 had to disable , not your fault i see. Its a vanilla quirk. Not a nice one at that.
There was an error rendering this rich post.