[wp-trac] [WordPress Trac] #37712: Opacity not applied to single menu with custom menu logo when it selected

WordPress Trac noreply at wordpress.org
Thu Aug 18 08:09:30 UTC 2016


#37712: Opacity not applied to single menu with custom menu logo when it selected
--------------------------------+-----------------------------
 Reporter:  chandrapatel        |      Owner:
     Type:  defect (bug)        |     Status:  new
 Priority:  normal              |  Milestone:  Awaiting Review
Component:  Menus               |    Version:  4.6
 Severity:  normal              |   Keywords:
  Focuses:  ui, administration  |
--------------------------------+-----------------------------
 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;
 }
 }}}

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


More information about the wp-trac mailing list