This commit is contained in:
xaoxuu 2021-07-04 02:03:14 +08:00
parent 91991f9e1e
commit 237f756e30
2 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,3 @@
.l_left:not([layout='wiki']) .widget-wrap#toc
.widget-body .doc-tree.active>.toc
.widget-wrap#toc .doc-tree:only-child
&.active>.toc
border-left: 2px solid var(--block-hover)

View File

@ -3,8 +3,8 @@
.widget-body
margin-top: 0
//
.l_left[layout='wiki'] .widget-wrap#toc .doc-tree
//
.widget-wrap#toc .doc-tree:not(:only-child)
border-radius: 4px
margin: 4px 0
background: var(--block)
@ -29,9 +29,11 @@
//
.l_left[layout='wiki'] .widget-wrap#toc .doc-tree.active
.widget-wrap#toc .doc-tree.active:not(:only-child)
a.doc-tree-link
background: var(--block)
font-weight: 700
&:not(:only-child)
border-bottom: 1px solid var(--block-border)
&:hover
background: var(--block-hover)