#573 closed defect (bug) (fixed)
Buddy Bar hover 1px too tall
| Reported by: | benny148148 | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Version: | ||
| Severity: | Keywords: | Admin-Bar | |
| Cc: |
Description
When using the default font "Lucida Grande" on the admin-bar, hovering over "Log In" renders the font's #666 background 1px too low, carrying it over off the admin-bar. The simple fix changes the top padding from 6px to 5px:
#wp-admin-bar li a {
padding: 5px 25px 7px 15px !important;
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [1191]) Fixes #573