Skip to content

Commit

Permalink
Adds aria-label to sidebar toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
timurtripp committed Jun 26, 2024
1 parent 98ab9ec commit d2d5f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/node-edit-form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
{% extends '@claro/node-edit-form.html.twig' %}
{% block secondary %}
<div class="ucb-sidebar-toggle-container">
<a role="button" id="ucb-sidebar-toggle-button" href="#" data-status="open">
<i class="fa-solid fa-2x fa-toggle-on"></i>
<a role="button" aria-label="Hide or show the advanced settings" id="ucb-sidebar-toggle-button" href="#" data-status="open">
<i class="fa-solid fa-2x fa-toggle-on">
</a>
</div>
{{ parent() }}
Expand Down

0 comments on commit d2d5f11

Please sign in to comment.