Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karlprieb committed Sep 22, 2017
1 parent 4e3cce5 commit 2614cc0
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
background-color: var(--color-dark-light);
}

&--unread {
& .sidebar-item__menu {
transition: margin 0.1s;
}
}

&--darken {
&:hover {
background-color: var(--sidebar-item-darken-hover-background);
Expand Down Expand Up @@ -60,10 +66,6 @@

&--active {
color: var(--sidebar-item-active-text-color);

& .sidebar-item__menu {
transition: margin 0.1s;
}
}
}

Expand Down

0 comments on commit 2614cc0

Please sign in to comment.