#530 closed defect (bug) (fixed)
How to fix the 1 pixel gab in admin bar
Reported by: | sgrunt | Owned by: | |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | Version: | ||
Component: | Keywords: | apeatling | |
Cc: |
Description
The admin bar contains some 1 pixel gaps when you hover submenus
Change History (4)
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;