Closed pigeonflight closed 9 years ago
Menus should show the active or selected menu item by assigning a class to that item. This is already present in the backend cms and should "bubble up" through gl-menu-link or something similar.
Implemented this by pulling the classes from the portal-global-nav li, if there's a 'selected' it now propagates to the menu.
Menus should show the active or selected menu item by assigning a class to that item. This is already present in the backend cms and should "bubble up" through gl-menu-link or something similar.