Set cursor to pointer when toot menu item on hover

This commit is contained in:
Sardo 2018-04-12 10:11:17 +08:00
parent 9d6edc2b8d
commit f09552c91e
1 changed files with 4 additions and 0 deletions

View File

@ -274,6 +274,10 @@ function findLink (target) {
padding-bottom: 0.5em;
border-bottom: 1px solid #ddd;
&:hover{
cursor: pointer;
}
&:last-child{
border: 0;
padding: 0;