Skip to content

Commit 27b9097

Browse files
authored
Merge pull request docker#7492 from artywhite/fix-navsidebar-hover-cursor-pointer
Nav sidebar links hover cursor fix
2 parents 5d71a74 + e0afc86 commit 27b9097

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_scss/_navigation.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@
9494
*
9595
*/
9696

97+
// Some links don't have 'href' attr, hence no mouse pointer
98+
.nav-sidebar li a {
99+
cursor: pointer;
100+
}
101+
97102
.nav-sidebar>li>a {
98103
padding-right: 20px;
99104
padding-left: 20px;

0 commit comments

Comments
 (0)