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.
Options

Hover issue on Depth 2 ( over the link )

422422 Developer MVP
edited July 2012 in Vanilla 2.0 - 2.8

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.

Comments

  • Options
    422422 Developer MVP
    edited July 2012

    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.

  • Options
    422422 Developer MVP

    Ok just checked on fresh install ( and disabled your plugin )

    Appears to be a vanilla issue.

    There was an error rendering this rich post.

  • Options

    That was just a reset class though, and I prefix with the element.

    grep is your friend.

  • Options
    422422 Developer MVP

    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.

Sign In or Register to comment.