Merge pull request #65 from hartzell/patch-3

Fix sidebar css so arrows change shape when open
This commit is contained in:
Tom Johnson
2017-01-21 21:33:51 -08:00
committed by GitHub

View File

@ -369,7 +369,7 @@ a.accordion-toggle, a.accordion-collapsed {
.nav li > a > span:after {
content: '\25be';
}
.nav li.open > a > span:after {
.nav li.active > a > span:after {
content: '\25b4';
}