Opened 13 years ago
Closed 13 years ago
#4484 closed defect (bug) (fixed)
Dashboard markup change broke our custom icons
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 1.7 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | |
| Cc: |
Description
WP changeset https://core.trac.wordpress.org/changeset/21574 changed the markup the top-level Dashboard nav items, so that our method of changing the icons with CSS no longer works (see the top level BuddyPress, Activity, and Groups items). Looks like the inner <a> element has been moved.
The relevant CSS starts at http://buddypress.trac.wordpress.org/browser/trunk/bp-core/admin/css/common.css#L38
I think we can just replace references to .wp-menu-image a with .wp-menu-image, but this needs testing. May be worthwhile to wait until a little later in the WP cycle, to make sure they don't change things again.
(In [6293]) Admin icons: