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