[wp-trac] [WordPress Trac] #47132: Admin menu: sub-items not visible while clicking with some alternate color schemes

WordPress Trac noreply at wordpress.org
Tue May 7 10:30:40 UTC 2019


#47132: Admin menu: sub-items not visible while clicking with some alternate color
schemes
---------------------------------------+-----------------------------
 Reporter:  rahimvaziri                |       Owner:  (none)
     Type:  defect (bug)               |      Status:  new
 Priority:  normal                     |   Milestone:  Future Release
Component:  Administration             |     Version:
 Severity:  normal                     |  Resolution:
 Keywords:  has-screenshots has-patch  |     Focuses:  ui
---------------------------------------+-----------------------------

Comment (by man4toman):

 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);
 }
 }}}

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


More information about the wp-trac mailing list