rafalp/Misago

Add Safari-specific CSS to `summary` element

Open

#1968 aperta il 24 lug 2025

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Python (509 fork)batch import
area: themehelp wanted

Metriche repository

Star
 (2409 star)
Metriche merge PR
 (Merge medio 2g 6h) (37 PR mergiate in 30 g)

Descrizione

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

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

Guida contributor