Skip to content

Commit

Permalink
fix mentions on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Sep 22, 2017
1 parent 0b7fecc commit a650d83
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@

&:hover {
& .sidebar-item__menu {
display: block;
}

& .badge {
display: none;
margin: 0;
}
}

Expand Down Expand Up @@ -134,9 +130,10 @@
}

&__menu {
display: none;

padding: 8px 0 8px 8px;
margin: 0 -12px;

transition: margin 0.3s 0.3s;

&-icon {
fill: var(--color-white);
Expand Down

0 comments on commit a650d83

Please sign in to comment.