Skip to content

Is it possible to separate "active" and "hover" on a "simple dropdown menu"? #812

Discussion options

You must be logged in to vote

You could use your own class to only set the background, but still gain the hover functionality to show the menu:

.ownactive {
  background: rgba(0,0,0,.05) !important;
}

See https://jsfiddle.net/3rbd8apk/

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by lubber-de
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #812 on October 07, 2020 07:33.