Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

#4484 closed defect (bug) (fixed)

Dashboard markup change broke our custom icons

Reported by: boonebgorges's profile boonebgorges 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.

Change History (1)

#1 @johnjamesjacoby
12 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [6293]) Admin icons:

  • Use WordPress core method of setting top level menu icons when using custom CSS.
  • Fixes #4484.
Note: See TracTickets for help on using tickets.