Hi,

Color.css has a bug that will cause the 1st primary menu item/tab to always be highlighted. This is because it's styling the tab via "#navbar #primary li.active-trail a" rather than "#navbar #primary li.active a". The attached patch will fix it.

Ryan

CommentFileSizeAuthor
primary_tab.patch78 bytesryan_courtnage

Comments

caroltron’s picture

Assigned: Unassigned » caroltron
caroltron’s picture

Category: bug » feature
Status: Needs review » Closed (fixed)

This is the intended design treatment for #primary top nav. The top item is meant to stay highlighted to indicate the "section" of the menu that you are in.