fix: hide spoiler arrow on safari

This commit is contained in:
alina 🌸 2024-09-05 00:52:31 +03:00
parent 1ce4115fb1
commit bd96d506c9
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -40,6 +40,10 @@
cursor: pointer;
border-radius: 4px;
&::-webkit-details-marker {
display: none;
}
&:hover {
background: var(--control-bg-hover);
}