Merge pull request #65 from hartzell/patch-3
Fix sidebar css so arrows change shape when open
This commit is contained in:
commit
3b51af7c82
@ -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';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user