remove aria label

This commit is contained in:
Rachid Mrad 2024-04-25 19:17:13 -04:00
parent 088dcaccd2
commit 259ebb1c2d
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ https://github.com/django/django/blob/main/django/contrib/admin/templates/admin/
{% if fieldset.name %}
{# Customize the markup for the collapse toggle #}
{% if 'collapse--dotgov' in fieldset.classes %}
<button type="button" aria-label="Toggle (show/hide) more details">
<button type="button">
<span>{{ fieldset.name }}</span>
<svg class="usa-icon" aria-hidden="true" focusable="false" role="img" width="24" height="24">
<use xlink:href="{%static 'img/sprite.svg'%}#expand_more"></use>