Skip to content

Commit

Permalink
Transition list expansion marker
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Oct 30, 2018
1 parent 7d43414 commit c991d2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stylesheets/components/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@
.icon-triangle {
margin-right: 0;
transform: rotate(90deg);
transition: transform 0.25s ease;

@include state("li.expanded") {
transform: scaleY(-1);
transform: rotate(180deg);
}
}

Expand Down

0 comments on commit c991d2d

Please sign in to comment.