Skip to content

Commit 8e29aab

Browse files
authored
Merge pull request NHSDigital#4 from VirtualVirtuoso/hotfix/subnavigation-hover-state
Fix hover state of SubNavigation link to display pointer cursor
2 parents e48a849 + 61e90e1 commit 8e29aab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/sub-navigation/_SubNavigation.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ $sub-navigation-breakpoint: 40.0625em;
5555
&:hover {
5656
color: $tab-link-color;
5757
position: relative;
58+
cursor: pointer;
5859

5960
&::before {
6061
background-color: #000;

0 commit comments

Comments
 (0)