rafalp/Misago

Add Safari-specific CSS to `summary` element

Open

#1,968 创建于 2025年7月24日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (2,409 star) (509 fork)batch import
area: themehelp wanted

描述

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

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

贡献者指南