We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208ac1a commit 8e019d2Copy full SHA for 8e019d2
src/templates/partials/nav-item.html
@@ -158,7 +158,12 @@
158
159
<!-- Only render toggle if there's at least one more page -->
160
{% if nav_item.children | length > 1 %}
161
- <label class="md-nav__link {{ class }}" for="{{ path }}">
+ <label
162
+ class="md-nav__link {{ class }}"
163
+ for="{{ path }}"
164
+ id="{{ path }}_label"
165
+ tabindex="0"
166
+ >
167
<span class="md-nav__icon md-icon"></span>
168
</label>
169
{% endif %}
0 commit comments