UNPKG

@indiekit/frontend

Version:
20 lines (16 loc) 264 B
/* * Interactive content * =================== * https://html.spec.whatwg.org/#interactive-elements */ details { summary { display: block; } summary::before { content: "⏵\00A0"; } &[open] summary::before { content: "⏷\00A0"; } }