Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.0-b1
-
Fix Version/s: 4.0.0-b1
-
Component/s: Staff Interface
-
Labels:None
-
Epic Link:
Description
When hovering over an item in the admin nav the text color changes to the hover color. However, if you mouse down and off of into the sub-nav area, the tab stays highlighted but the text color changes to the standard color.
Instead, the hover color should stay in affect if the primary nav item is highlighted even if the mouse isn't over the nav text.
Add the following style to _layout.scss and theme css:
header#main_header .menu ul li:hover a { color:$theme-navigation-text-hover-color;}
Should appear directly below the definition for:
header#main_header .menu ul li a:hover