Info Button

De class .dso-info-open (bij getoonde toelichting) maakt de button groen.

<!-- Default -->
        <button type="button" class="btn dso-info-button">
    <span class="sr-only">
        Toelichting
    </span>
</button>
      
<!-- Toggle Info Active -->
        <button type="button" class="btn dso-info-button dso-open">
    <span class="sr-only">
        Toelichting
    </span>
</button>
      
/* Default: No context defined */
/* Toggle Info Active */
infoOpen: true