-
-
Notifications
You must be signed in to change notification settings - Fork 437
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
Underline active links in Backend menu (Next only) #3452
Comments
it's coming from #2737 and I like it this way actually |
It doesn't look good at all. Underlining the active link has not been done for a long time. I consider that it is enough for the menu header to get a different color (orange), but no distinguishing elements are necessary for the submenu. I am sorry I approved that PR I missed the underline part. |
I don't think it can be considered a bug anyway, it's a preference that we can change in case |
It's a visual bug, it looks very bad and unprofessional. I immediately noticed it after seeing this interface for 15 years. It must be fixed, that underlining of the active link must be removed from both in the legacy theme and in openmage. If you still like to highlight the active link of the menu, then a better option would be not to underline the link but to give it the hover background. Please make the change in the Inspector and you will see that it looks much better. #nav ul li a.active { /*! text-decoration:underline; */ background-color: #d0dfe2;} |
This behavior introduced in PR #2737 must be removed at once. Even if we replace the underlining of active links with a colored background in the menu, there are issues I did not know before. Not all active links are underlined. Visit |
the "widgets" bug is for sure due to the widgets mask, not the PR itself |
I think that having "something" to show that the menu is "active" is a good thing, maybe the underlining could be not the best? that's debatable I think, but to have an active state I think it's a good thing. |
@addison74 any suggestions to make it look better - w/o underline. Different background color e.g.? |
This one is related to the legacy theme. The change should be #nav ul li a.active { /*! text-decoration:underline; */ background-color: #d0dfe2;} Any active link will be highlighted in the menu, being easy to know which one is. Underlining is not a suitable visual solution in my opinion, valid for both Backend themes. |
Thanks. Did not see it in your former comment. PR comes later. |
Please note this issue is only in the NEXT branch. I did not check when the change occurred in /skin/adminhtml/default/default/menu.css line 64.
Steps to reproduce it
1 - Go to Backend.
2 - From the menu select any section, for example Catalog > Manage Products.
3 - After the page loads, go to the menu again. The active page link is underlined. See the image bellow.
The text was updated successfully, but these errors were encountered: