Skip to content

Commit

Permalink
Add extra menu roles to navbar items
Browse files Browse the repository at this point in the history
  • Loading branch information
ffont committed Oct 31, 2023
1 parent d87f145 commit c87270d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates_bw/molecules/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
</div>
</form>
<ul class="bw-nav__actions">
<ul class="bw-nav__actions" role="menu">
{% include 'molecules/navbar_common_actions.html' %}
{% include 'molecules/navbar_user_section.html' %}
</ul>
Expand Down
8 changes: 4 additions & 4 deletions templates_bw/molecules/navbar_common_actions.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<li class="bw-nav__action d-none d-lg-flex">
<a class="bw-link--grey font-weight-bold" href="{% url 'sounds' %}">Sounds</a>
<a class="bw-link--grey font-weight-bold" href="{% url 'sounds' %}" role="menuitem">Sounds</a>
</li>
<li class="bw-nav__action d-none d-lg-flex">
<a class="bw-link--grey font-weight-bold" href="{% url 'tags' %}">Tags</a>
<a class="bw-link--grey font-weight-bold" href="{% url 'tags' %}" role="menuitem">Tags</a>
</li>
<li class="bw-nav__action d-none d-lg-flex">
<a class="bw-link--grey font-weight-bold" href="{% url 'forums-forums' %}">Forum</a>
<a class="bw-link--grey font-weight-bold" href="{% url 'forums-forums' %}" role="menuitem">Forum</a>
</li>
<li class="bw-nav__action d-none d-lg-flex">
<a class="bw-link--grey font-weight-bold" href="{% url 'geotags' %}">Map</a>
<a class="bw-link--grey font-weight-bold" href="{% url 'geotags' %}" role="menuitem">Map</a>
</li>
<li class="bw-nav__action dropdown">
<a class="bw-link--grey bw-nav__menu dropdown-toggle no-hover bw-icon-ellipsis" id="three-dots-menu" aria-label="Menu"
Expand Down

0 comments on commit c87270d

Please sign in to comment.