Change locked step from id to class

This commit is contained in:
igorkorenfeld 2022-11-14 13:06:17 -05:00
parent 8f0933c9af
commit 92a8a70c3c
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -13,7 +13,7 @@
<li class="usa-sidenav__item step--locked">
{{ form_titles|get_item:this_step }}
<svg class="usa-icon" aria-labelledby="locked-step" role="img">
<title id="locked-step">locked until previous steps have been completed </title>
<title class="sidenav__locked-step">locked until previous steps have been completed </title>
<use xlink:href="{%static 'img/sprite.svg'%}#lock"></use>
{% endif %}
</li>