Skip to content

Commit

Permalink
Merge pull request #8252 from RocketChat/hover-mentions
Browse files Browse the repository at this point in the history
[FIX] sidenav mentions on hover
  • Loading branch information
engelgabriel authored and rodrigok committed Sep 23, 2017
1 parent 8e10974 commit 9ffb19a
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;
margin: 0 -15px;
padding: 6px;

padding: 8px 0 8px 8px;
transition: margin 0.2s 0.3s;

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

0 comments on commit 9ffb19a

Please sign in to comment.