Fix sidebar arrow css

This commit is contained in:
Thibaut 2014-04-29 22:16:05 -04:00
parent a0640cd940
commit edffd6f502

View file

@ -162,7 +162,7 @@
&:before {
@extend %icon, %icon-dir;
.open, .open-title > & {
.open > &, .open-title > & {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}