Hide by default

This commit is contained in:
zandercymatics 2024-06-10 15:31:56 -06:00
parent 265609208f
commit 592d331c97
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -72,7 +72,7 @@ This is using a custom implementation fieldset.html (see admin/fieldset.html)
<div class="flex-container"> <div class="flex-container">
<label aria-label="Submitter contact details"></label> <label aria-label="Submitter contact details"></label>
<div> <div>
<div class="usa-table-container--scrollable collapse--dgsimple" tabindex="0"> <div class="usa-table-container--scrollable collapse--dgsimple collapsed" tabindex="0">
<table class="usa-table usa-table--borderless"> <table class="usa-table usa-table--borderless">
<thead> <thead>
<tr> <tr>
@ -97,9 +97,9 @@ This is using a custom implementation fieldset.html (see admin/fieldset.html)
</table> </table>
</div> </div>
<button type="button" class="collapse-toggle--dgsimple usa-button usa-button--unstyled margin-top-2 margin-bottom-1 margin-left-1"> <button type="button" class="collapse-toggle--dgsimple usa-button usa-button--unstyled margin-top-2 margin-bottom-1 margin-left-1">
<span>Hide details</span> <span>Show details</span>
<svg class="usa-icon" aria-hidden="true" focusable="false" role="img" width="24" height="24"> <svg class="usa-icon" aria-hidden="true" focusable="false" role="img" width="24" height="24">
<use xlink:href="/public/img/sprite.svg#expand_less"></use> <use xlink:href="/public/img/sprite.svg#expand_more"></use>
</svg> </svg>
</button> </button>
</div> </div>