rafalp/Misago

Add Safari-specific CSS to `summary` element

Open

#1.968 geöffnet am 24. Juli 2025

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (2.409 Stars) (509 Forks)batch import
area: themehelp wanted

Beschreibung

Safari requires its own CSS to hide standard arrow from details summary element:

summary::-webkit-details-marker {
  display: none;
}

Contributor Guide