When you "move local tasks into menu", they're just appended to the menu via jQuery; and because they retain the class secondary, they oftentimes inherit styling from the theme that makes them unreadable. This is a common problem with Zen-based themes and, more recently, with Admin module enabled. I think the simplest solution is to remove the secondary class after appending. Screenshots and patch below. Thanks!

Comments

traviscarden’s picture

Version: 6.x-3.x-dev » 6.x-1.x-dev

[Edit: Removed obsolete note on compatibility]

traviscarden’s picture

Version: 6.x-1.x-dev » 6.x-3.x-dev
StatusFileSize
new1.03 KB

No love, huh? What if I roll it for 3.x-dev? :)

traviscarden’s picture

Anybody?

klonos’s picture

I'd love to help but I use a custom made theme and don't seem to be having any issues. Is this only zen-based theme specific or what?

traviscarden’s picture

Thank you, klonos. It's not specific to Zen-based themes... Any theme that styles secondary tabs may experience the issue described. Zen happens to experience it badly because it gives secondary links a light background, so when Admin Menu moves them up top and changes the text color to white you can't read the text any more. The conflict could look like anything, depending on what your theme does with .secondary. Does that clear it up a little? :)

klonos’s picture

Yep, I kinda already knew by taking a look at the before-after screenshots in the issue description. Still... this doesn't apply to me, so I can't help :(

Version: 6.x-1.x-dev » 6.x-3.x-dev
Status: Needs review » Needs work

The last submitted patch, admin_menu-645526.patch, failed testing.

traviscarden’s picture

Status: Needs work » Needs review
StatusFileSize
new936 bytes

This one may be better.

Status: Needs review » Needs work

The last submitted patch, admin_menu-645526.patch, failed testing.

sun’s picture

Status: Needs work » Fixed

Thanks for reporting, reviewing, and testing! Committed to all branches.

A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.