rafalp/Misago

Add Safari-specific CSS to `summary` element

Open

#1,968 opened on 2025年7月24日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Python (2,409 stars) (509 forks)batch import
area: themehelp wanted

説明

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

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

コントリビューターガイド