Opened 5 years ago
Closed 4 years ago
#47132 closed defect (bug) (duplicate)
Admin menu: sub-items not visible while clicking with some alternate color schemes
Reported by: | rahimvaziri | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-screenshots has-patch |
Focuses: | ui | Cc: |
Description
Hello WordPress,
Thank you for everything.
In the light theme of dashboard, whenever I press the home button, the dark color appears which should not be like this. http://prntscr.com/nl2tfv
Kind regards,
Rahim
Attachments (3)
Change History (10)
#1
@
5 years ago
- Component changed from General to Administration
- Focuses ui added
- Keywords close added
- Version 5.1.1 deleted
#2
@
5 years ago
Hi @man4toman
Thank you for your fast reply.
I am sorry, I addressed you wrong.
Just hover on the dashboard icon, and when you see the Home
and Updates
, press the Dashboard
icon, you will see the matter that I made it as a ticket.
Regards,
Rahim
#3
@
5 years ago
- Keywords has-screenshots needs-patch added; close removed
- Milestone changed from Awaiting Review to Future Release
I'm able to reproduce following these steps:
- set the "Light" color scheme under Users > Your Profile > Admin Color Scheme
- collapse the admin menu
- go to the admin dashboard page
wp-admin/index.php
- click and hold on the icon
Worth noting it happens on any "active" top level menu item, see attached screenshots.
#4
@
5 years ago
- Summary changed from UI BUg to Admin menu: sub-items not visible while clicking with some alternate color schemes
#6
@
5 years ago
Thanks @mukesh27
I think the patch must be for folded
class, maybe for these:
#adminmenu .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu { padding: 7px 0 8px; z-index: 9999; background-color: #32373c; box-shadow: 0 3px 5px rgba(0,0,0,.2); }
Note: See
TracTickets for help on using
tickets.
Hi @rahimvaziri
I can't reproduce the problem, everything is OK to me.