The sidebar caret should spin correctly.

The sidebar caret is spinning backwards 270 degrees
instead of forward 90 degrees.

Change-Id: I2523ae0ce412d6e0350ea6a31fa4d746bb206f65
This commit is contained in:
Diana Whitten 2016-08-03 15:52:20 -07:00
parent 1b9e47411b
commit 2e84d55919

View File

@ -15,7 +15,7 @@
&.collapsed {
.openstack-toggle.fa {
@include rotate(270deg);
@include rotate(-90deg);
}
}
}