sidebar
This commit is contained in:
parent
91991f9e1e
commit
237f756e30
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue