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

Enhancement: Dropdown In Menu Should Be Able to be Emphasized Without Opening #6718

Open
edmcman opened this issue Dec 30, 2018 · 1 comment

Comments

@edmcman
Copy link

edmcman commented Dec 30, 2018

A regular menu item that is active is visually emphasized as being selected. A dropdown in the menu that is active is expanded. It would be nice if there was a way to visually emphasize the dropdown without expanding it.

Not sure that an example is needed, but here is one showing the difference in behaviors:

https://codepen.io/edmcman/pen/aPVNrJ

@bcroq
Copy link
Contributor

bcroq commented Feb 20, 2019

Here is a fork of your example that uses javascript instead of a "simple ui dropdown": https://codepen.io/bcroq/pen/bzJWxm

The problem is not the same (clicking the item doesn't display the dropdown) but the cause is the same: "active item" also means "active ui dropdown".

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

No branches or pull requests

2 participants