rafalp/Misago

Add Safari-specific CSS to `summary` element

Open

#1 968 ouverte le 24 juil. 2025

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (2 409 stars) (509 forks)batch import
area: themehelp wanted

Description

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

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

Guide contributeur