fix(accessibility): Make main menu focusable

This commit is contained in:
2025-06-24 13:45:14 +02:00
parent d2131b2c91
commit 7363e1ab30

View File

@@ -4,12 +4,12 @@
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="{% url 'index' %}">
<a class="navbar-item" tabindex="1" href="{% url 'index' %}">
<img src="{% static 'fellchensammlung/img/logo_transparent.png' %}" alt="{% trans 'Notfellchen Logo' %}">
<h1 class="title is-4">notfellchen.org</h1>
</a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<a role="button" class="navbar-burger" aria-label="{% trans 'Hauptmenü' %}" tabindex="2" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>