#22527 closed defect (bug) (fixed)
Menu icons are off by 1px
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Menus | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Props to Nacin for catching this. The menu icons are all down 1px from 3.4, and look off.
Attachments (6)
Change History (13)
It's worth doing this in two separate patches/commits, otherwise it's impossible to tell what changed.
I'd like to just fix the pixels now, and centralize in 3.6.
Needs testing in these modes, too: manual collapse, auto-fold collapse, and HiDPI.
22527.2.diff moves the source back to the color files, but keeps the background-position settings in wp-admin.css
22527.3.diff just fixes the icon positioning (in both color files).
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In 22767:
22527.4.diff:
- reverts 22767
- Adjusts icon alignment in sprites instead
- Fixes "generic" icon alignment to match the rest
- Fixes HiDPI generic icon alignment so that it doesn't jump 1px on hover
Note: See
TracTickets for help on using
tickets.

22527.diff should do the trick. I also centralized this code in wp-admin.css. There is no need (that I can think of) to have this code in the color's css.