Skip to content

Commit

Permalink
make animation fast
Browse files Browse the repository at this point in the history
  • Loading branch information
karlprieb committed Sep 22, 2017
1 parent 93d04d8 commit 4e3cce5
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@

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

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

Expand Down Expand Up @@ -133,8 +137,6 @@
margin: 0 -15px;
padding: 6px;

transition: margin 0.2s 0.3s;

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

0 comments on commit 4e3cce5

Please sign in to comment.