rafalp/Misago

Add Safari-specific CSS to `summary` element

Open

#1,968 opened on Jul 24, 2025

 (1 comment) (0 reactions) (0 assignees)Python (552 forks)batch import
area: themehelp wanted

Repository metrics

Stars
 (2,774 stars)
PR merge metrics
 (Avg merge 2d 6h) (37 merged PRs in 30d)

Description

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

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

Contributor guide