collapse zones with no active quests
This commit is contained in:
parent
91257a09f4
commit
3541eff537
3 changed files with 18 additions and 2 deletions
|
|
@ -101,4 +101,8 @@
|
|||
|
||||
.category-header.expanded .collapse-icon {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.category-header:not(.expanded) .collapse-icon {
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue