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
Activity
Paul Phillips
created issue -
Paul Phillips
made changes -
Field | Original Value | New Value |
---|---|---|
Epic Link | CORE-1841 [ 12716 ] |
Paul Phillips
made changes -
Attachment | capture-for-jira-screenshot-20151209-134303-767.png [ 11436 ] |
Paul Phillips
made changes -
Rank | Ranked higher |
Paul Phillips
made changes -
Sprint | 4.0.0 Sprint 4 [ 22 ] |
Paul Phillips
made changes -
Rank | Ranked higher |
Cody Phillips (Inactive)
made changes -
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. |
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: {noformat} header#main_header .menu ul li:hover a { color:$theme-navigation-text-hover-color;} {noformat} Should appear directly below the definition for: {noformat} header#main_header .menu ul li a:hover {noformat} |
Tyson Phillips (Inactive)
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Cody Phillips (Inactive)
made changes -
Status | In Review [ 5 ] | Closed [ 6 ] |