Skip to content

Commit

Permalink
Update sidebar.less
Browse files Browse the repository at this point in the history
Fixes #1158: expandable indicators of sidebar's expandable menu items didn't toggle (rotate) upon expansion.
  • Loading branch information
antoniocambados committed Aug 11, 2016
1 parent be11566 commit 8f0a652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/less/sidebar.less
Expand Up @@ -121,7 +121,7 @@
margin-right: 10px;
}
li.active {
> a > .fa-angle-left
> a > .fa-angle-left,
> a > .pull-right-container > .fa-angle-left {
.rotate(-90deg);
}
Expand Down

0 comments on commit 8f0a652

Please sign in to comment.