Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate hover effects for dropdown heading links #60

Open
nicwinn opened this issue Nov 10, 2015 · 0 comments
Open

Duplicate hover effects for dropdown heading links #60

nicwinn opened this issue Nov 10, 2015 · 0 comments

Comments

@nicwinn
Copy link
Member

nicwinn commented Nov 10, 2015

Right now there are no hover effects for the top level items.
image

Needs to be like so.
image
I did this by editing the current background

#uthsc-navigation-alt > ul > li:hover {
    background: -webkit-linear-gradient(top, #0084b6, #0084b6 41px, transparent 41px) !important;
}

But this doesn't really work because it remains highlighted when you hover anywhere in the dropdown section
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant