[wp-trac] [WordPress Trac] #37712: Opacity not applied to admin menu icon when it selected

WordPress Trac noreply at wordpress.org
Fri Jun 27 17:03:41 UTC 2025


#37712: Opacity not applied to admin menu icon when it selected
----------------------------+-----------------------------
 Reporter:  chandrapatel    |       Owner:  (none)
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  Future Release
Component:  Administration  |     Version:
 Severity:  minor           |  Resolution:
 Keywords:  has-patch       |     Focuses:  ui, css
----------------------------+-----------------------------
Changes (by sabernhardt):

 * keywords:  has-patch close reporter-feedback => has-patch
 * severity:  normal => minor


Comment:

 Transcoder has its own CSS for the current menu item in `rt-transcoder-
 admin.css` now:
 {{{
 #adminmenu li.menu-top.current .wp-menu-image img {
   opacity: 1;
 }
 }}}

 Two TeamUpdraft plugins use PNG images that still show the lower opacity:
 - UpdraftPlus only has the top-level link, which has the partially
 transparent image whether that is the current page or not. The image has
 full opacity when hovering over the link.
 - All-In-One Security (AIOS) has a submenu, so the image shows at full
 opacity when one of its pages is current (without needing to hover over
 it).

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/37712#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list