User pointer cursor on hover for all sidenav items

pull/1567/head
Alex P 2017-05-30 16:55:02 -07:00
parent 2a9c9a79c1
commit 32045b9292
1 changed files with 3 additions and 1 deletions

View File

@ -179,6 +179,9 @@ $sidebar-logo-color: $g8-storm;
margin: 0;
display: block;
@include no-user-select();
&:hover {
cursor: pointer;
}
}
&__menu-item {
@ -234,7 +237,6 @@ $sidebar-logo-color: $g8-storm;
transform: translate(-50%,-50%);
}
&:hover {
cursor: pointer;
background-color: $sidebar-item-hover;
color: $sidebar-icon-hover;