fix: hide spoiler arrow on safari
This commit is contained in:
parent
1ce4115fb1
commit
bd96d506c9
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@
|
|||
cursor: pointer;
|
||||
border-radius: 4px;
|
||||
|
||||
&::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: var(--control-bg-hover);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue