We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I need to use this remain state on a drop down menu , which it highlight the background-color of the all the parents on a li element.
The text was updated successfully, but these errors were encountered:
I'd propose to apply the styling on hover and focus
Sorry, something went wrong.
No problem. Finally I make it works, with the help of an ispiration from the Holy Spirit. :)
I put it :
#menu ul li:hover > a { background-color: /* other color */ ; }
No branches or pull requests
I need to use this remain state on a drop down menu , which it highlight the background-color of the all the parents on a li element.
The text was updated successfully, but these errors were encountered: