Skip to content

Commit f63d2b1

Browse files
author
Surya
committed
If deeplinking is disabled the anchor tag has no href attribute as a result the mouse pointer is not a pointer as it is no longer a hyperlink, setting the cursor explicitly to pointer.
1 parent f7efd58 commit f63d2b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/style/_layout.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,12 +726,12 @@ section
726726
a.nostyle {
727727
text-decoration: inherit;
728728
color: inherit;
729-
cursor: auto;
729+
cursor: pointer;
730730
display: inline;
731731

732732
&:visited {
733733
text-decoration: inherit;
734734
color: inherit;
735-
cursor: auto;
735+
cursor: pointer;
736736
}
737737
}

0 commit comments

Comments
 (0)