Toggle the visibility of child elements. This is useful for things like dropdown menus that are controlled with Javascript.
<div>
<div class="disclosure-show">Hidden</div>
</div>
<div class="is-active">
<div class="disclosure-show">Visible</div>
</div>