enhance: block expand/collapse toggle

1. Display `Expand all` where there're already collapsed blocks. This applies to `Collapse all` too.
2. Make the guideline bold when hovering on it.
3. Simplify some logic
This commit is contained in:
Tienson Qin
2021-12-26 13:13:21 +08:00
committed by Andelf
parent f54326f24e
commit 1cff06f347
5 changed files with 104 additions and 88 deletions

View File

@@ -141,6 +141,11 @@
background-color: var(--ls-guideline-color, #ddd);
}
.block-children-left-border:hover {
padding-right: 0px;
background-color: var(--ls-primary-text-color);
}
.block-children {
padding-top: 2px;
padding-bottom: 3px;