[wp-trac] [WordPress Trac] #49245: Menu admin screens: button issue on small screens

WordPress Trac noreply at wordpress.org
Fri Jan 31 14:57:28 UTC 2020


#49245: Menu admin screens: button issue on small screens
-------------------------------------+-------------------------------------
 Reporter:  passoniate               |       Owner:  (none)
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  Awaiting Review
Component:  Menus                    |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  has-screenshots has-     |     Focuses:  ui, accessibility,
  patch                              |  css, administration
-------------------------------------+-------------------------------------

Comment (by afercia):

 The focus outline on the checkboxes is cut-off on the left because one of
 the ancestor elements (`.menu-settings-group`) has `overflow: hidden`.

 This has always been the case in all previous WP versions. If used to
 contain floated elements, `overflow: hidden` should be replaced with less
 invasive methods e.g. by using the CSS class `wp-clearfix` (needs
 investigation).

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


More information about the wp-trac mailing list