Skip to content

Commit

Permalink
Use #eee as the background color when hovering over subitems
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Apr 30, 2018
1 parent 25119e4 commit b7d0622
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/sidenav-subnavitem.styl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
font-weight: bold;
background: none;
cursor: default;

&:hover {
background: #fff;
}
}

> .navitem {
Expand All @@ -31,6 +35,9 @@
padding: 0 24px;
cursor: pointer;

&:hover {
background: #eee;
}
&:focus {
outline: 0;
}
Expand Down

0 comments on commit b7d0622

Please sign in to comment.