thomas-lowry / figma-plugin-ds

A small lightweight design system for use in Figma Plugins
MIT License
693 stars 71 forks source link

Allow nesting disclosures #42

Open LukeFinch opened 3 years ago

LukeFinch commented 3 years ago

Previously expanding a disclosure would make all children content inherit the "expanded" class modifier. This PR changes the disclosure styling so that only its child will get the "display: block" expanded modifier.

An example codepen is here: https://codepen.io/lcfinch/pen/qBajYNM