This commit is contained in:
xaoxuu 2022-10-22 15:12:32 +08:00
parent 885c0f4dce
commit a8592e7f86
1 changed files with 5 additions and 0 deletions

View File

@ -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: '-'