parent
a8592e7f86
commit
429de4ecfd
|
@ -21,9 +21,6 @@
|
||||||
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
|
||||||
>
|
>
|
||||||
|
@ -52,8 +49,6 @@
|
||||||
>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