#573 closed defect (bug) (fixed)
Buddy Bar hover 1px too tall
Reported by: | benny148148 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | ||
Component: | 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.
(In [1191]) Fixes #573