folders
This commit is contained in:
parent
885c0f4dce
commit
a8592e7f86
|
@ -21,6 +21,9 @@
|
||||||
outline: none
|
outline: none
|
||||||
padding: 0.75rem 1rem
|
padding: 0.75rem 1rem
|
||||||
border-bottom: 1px solid var(--theme-border)
|
border-bottom: 1px solid var(--theme-border)
|
||||||
|
&:before
|
||||||
|
content: '►'
|
||||||
|
margin-right: 2px
|
||||||
&:last-child
|
&:last-child
|
||||||
border-bottom: none
|
border-bottom: none
|
||||||
>
|
>
|
||||||
|
@ -49,6 +52,8 @@
|
||||||
>summary
|
>summary
|
||||||
color: var(--text-p1)
|
color: var(--text-p1)
|
||||||
background: var(--block-hover)
|
background: var(--block-hover)
|
||||||
|
&:before
|
||||||
|
content: '▼'
|
||||||
&:hover:after
|
&:hover:after
|
||||||
content: '-'
|
content: '-'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue