#530 closed defect (bug) (fixed)
How to fix the 1 pixel gab in admin bar
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Version: | ||
| Severity: | Keywords: | apeatling | |
| Cc: |
Description
The admin bar contains some 1 pixel gaps when you hover submenus
Change History (4)
- Keywords apeatling added
- Milestone set to Core 1.0
- Resolution fixed deleted
- Status changed from closed to reopened
Best not to set the ticket to closed until the fix is implemented into the core.
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.

open the admin-bar.css in the bp-core/css folder
here: #wp-admin-bar ul li ul li
use margin-top: -1px instead of margin-bottom: -1 px
and here: #wp-admin-bar ul li ul li ul li:first-child
add margin-top:-2px;