Opened 8 years ago
Last modified 4 years ago
#37712 new defect (bug)
Opacity not applied to admin menu icon when it selected
Reported by: | chandrapatel | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch needs-testing |
Focuses: | ui, css | Cc: |
Description
Opacity not applied to single menu with custom menu logo when it selected.
But it work fine where menu has sub-menu and following css applied for it.
#adminmenu li.menu-top:hover .wp-menu-image img, #adminmenu li.wp-has-current-submenu .wp-menu-image img { opacity: 1; }
So here css rule missing for single menu with custom menu logo.
When I applied following css then it work fine.
#adminmenu li.menu-top.current .wp-menu-image img { opacity: 1; }
Attachments (4)
Change History (8)
#1
@
8 years ago
- Component changed from Menus to Administration
- Focuses administration removed
- Summary changed from Opacity not applied to single menu with custom menu logo when it selected to Opacity not applied to admin menu icon when it selected
- Version 4.6 deleted
#3
@
8 years ago
- Keywords needs-testing added
- Milestone changed from Awaiting Review to Future Release
#4
@
4 years ago
- Focuses css added
37712.patch still applies and makes the image fully opaque when its menu item is the current page.
Because dashicons and background images show at full opacity even when not current/mouseover now, it may be better to make the image fully opaque all the time as well.
Note: See
TracTickets for help on using
tickets.
Added patch