Opened 13 years ago
Closed 13 years ago
#19126 closed defect (bug) (fixed)
No separator between Search and custom items in Admin Bar
Reported by: | markjaquith | Owned by: | koopersmith |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Toolbar | Keywords: | needs-patch |
Focuses: | Cc: |
Description (last modified by )
Attachments (3)
Change History (14)
#1
@
13 years ago
- Description modified (diff)
- Keywords has-patch added
- Owner set to markjaquith
- Status changed from new to accepted
Patch to use CSS :last-child
to hide the right border. Use admin-menu-test.php
(drop in mu-plugins
) to test.
#7
@
13 years ago
- Keywords needs-patch added; has-patch commit removed
- Resolution fixed deleted
- Status changed from closed to reopened
After [19230] :last-child
applies to #wp-admin-bar-my-account
(new ul.top-secondary
), so right-border is displayed for final "primary" admin bar menu item.
Note: See
TracTickets for help on using
tickets.
Admin Bar test plugin