rafalp/Misago

Add Safari-specific CSS to `summary` element

オープン

#1,968 opened on 2025/07/24

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (555 件のフォーク)batch import
area: themehelp wanted

Repository metrics

Stars
 (2,775 個のスター)
PR merge metrics
 (平均マージ 2d 6h) (30d で 37 merged PRs)

説明

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

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

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