-
Notifications
You must be signed in to change notification settings - Fork 261
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
Improve top-level menu items behavior and appearance #4424
Comments
Should this be in v2.6.6 since it ties into #4431? |
This issue is a bit outdated.
This was fixed at some point. Menu items without children don't show a chevron anymore.
This is also fixed: those items are now highlighted. However, there is a bug with the There is also some weird CSS in the children list items: That margin is wrong (and deleting it doesn't change anything). |
I do see a possible improvement in the behaviour of the menu. Sections without a landing page (like That way, just scanning with the mouse or tab key would inform the user if that category has a landing page or it's just a group. |
Closing this as everything works as expected now except the selected background color of top level menu items. Created a new bug for that issue here #7937 |
Setup
Detailed Description
Following up on #4358, it would be great to improve behavior/visuals for top-level menu items that are clickable and have content associated with them (e.g. "Cluster") vs. the ones that don't (e.g "RBAC").
Currently, by just looking at the UI there is no way to tell which top-level menu items fall in the first or the second category. Also, with top-level item with content selected, there is nothing on the UI that indicates that this item is actually selected. Compare how it looks like with "Cluster" selected vs. "Nodes" selected:
"Cluster":
"Nodes":
Context
Improvements in this area will make it more intuitive to use Rancher UI.
The text was updated successfully, but these errors were encountered: