fix(menu): 🐛 incorrect Safari details marker selector

This commit is contained in:
alistair3149 2024-06-13 03:39:03 -04:00
parent c52dc49d6d
commit 3b3bb3030d
No known key found for this signature in database
GPG key ID: 16076C01E5C88864

View file

@ -58,7 +58,7 @@
}
// Remove Safari summary marker
::-webkit-details-marker {
&::-webkit-details-marker {
display: none;
}
}