Nav sidebar links hover cursor fix

This commit is contained in:
AS1 2018-10-11 21:01:33 +03:00
parent 08d6b0f06b
commit e0afc86189
1 changed files with 5 additions and 0 deletions

View File

@ -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;