[wp-trac] [WordPress Trac] #46368: Drop background on #menu-management on Admin Menus screen
WordPress Trac
noreply at wordpress.org
Thu Feb 28 10:38:58 UTC 2019
#46368: Drop background on #menu-management on Admin Menus screen
-----------------------------------+---------------------
Reporter: garrett-eclipse | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: 5.2
Component: Menus | Version:
Severity: normal | Resolution:
Keywords: ui-feedback has-patch | Focuses: ui
-----------------------------------+---------------------
Comment (by afercia):
Thanks, good catch! I believe the background issue has been introduced in
[42857] when I moved the "Menu Structure" heading above the box. So it's a
minor regression in 5.1 and seems simple enough to be fixed in 5.1.1.
However, the background actually sets a background color to `#nav-menu-
header` and `#nav-menu-footer` so it needs to be restored on those 2
elements. In the stylesheet, these elements are already selected, I'd try
to add the background there:
{{{
#nav-menu-header,
#nav-menu-footer {
padding: 0 10px;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/46368#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list