area: themehelp wanted
Repository metrics
- Stars
- (2,409 stars)
- 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;
}