Opened 5 months ago
Closed 5 months ago
#22954 closed enhancement (fixed)
Consistent nav menu panel tabs
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | lowest | Milestone: | 3.5.1 |
| Component: | Menus | Version: | 3.5 |
| Severity: | normal | Keywords: | has-patch commit fixed-major |
| Cc: |
Description
Matches the nav menu panel tabs margin with the post-php tag and category meta boxes.
See the before and after screenshots for a better explanation.
Attachments (4)
Change History (13)
corvannoorloos — 5 months ago
comment:1
SergeyBiryukov — 5 months ago
- Keywords has-patch added
- Milestone changed from Awaiting Review to 3.5.1
Nice catch. Caused by [21971]. Looks like the whole ruleset is unnecessary, actually; list-style and padding are already defined more generically for the admin. 22954.diff
comment:4
corvannoorloos — 5 months ago
Looks like the whole ruleset is unnecessary, actually; list-style and padding are already defined more generically for the admin.
I didn't realize that. Nice catch indeed.
- Keywords commit added
Marking for commit, let's leave open for possible 3.5 inclusion.
- Keywords fixed-major added
- Priority changed from normal to lowest
- Version set to 3.5
Figure we should hold off on backporting this until we find other changes to make in wp-admin.css, since it's so small (but the file is huge, and partial build updates give me OCD).

the patch