• #dev 2019-07-22
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2019-07-22 UTC
# 20:26
Loqi
[tabatkins] I'm down with that approach. The UA stylesheet is then extremely trivial: ``` details::details-content { display: none; } details[open]::details-content { display: contents; } ``` And overriding it is super easy. :+1: from me.