How to fix the 1 pixel gab in admin bar
| Reported by: |
sgrunt |
Owned by: |
|
|
Priority:
|
minor
|
Milestone:
|
|
|
Component:
|
|
Version:
|
|
|
Severity:
|
|
Keywords:
|
apeatling
|
|
Cc:
|
|
|
|
The admin bar contains some 1 pixel gaps when you hover submenus
Change History
(4)
-
Resolution
→ fixed
-
Status
new → closed
-
Keywords
apeatling added
-
Milestone
→ Core 1.0
-
Resolution
fixed
-
Status
closed → reopened
-
Resolution
→ fixed
-
Status
reopened → closed
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;