From e0afc86189a0c3691511b695181080b09427fe83 Mon Sep 17 00:00:00 2001 From: AS1 Date: Thu, 11 Oct 2018 21:01:33 +0300 Subject: [PATCH] Nav sidebar links hover cursor fix --- _scss/_navigation.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_scss/_navigation.scss b/_scss/_navigation.scss index 3047e1a4e1..a400a02ae8 100755 --- a/_scss/_navigation.scss +++ b/_scss/_navigation.scss @@ -94,6 +94,11 @@ * */ +// Some links don't have 'href' attr, hence no mouse pointer +.nav-sidebar li a { + cursor: pointer; +} + .nav-sidebar>li>a { padding-right: 20px; padding-left: 20px;