Active
Project:
Corolla
Version:
7.x-2.2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2012 at 21:33 UTC
Updated:
1 Mar 2012 at 21:43 UTC
In colors.css, there are styles for setting the background color for the active menu, of the form:
#menu-bar>ul>li>a.active (:hover, :focus)
But because the menu isn't displayed directly in the menubar in this theme, but rather from a block, the ul isn't a direct child of the #menubar, but a descendent.
Proposed solution: remove the > between #menu-bar and the ul.
Comments
Comment #1
Jeff Burnz commentedYes, this is the bug I need to fix, it was like this before, until a wrapper was added.