1
0
Fork 0
forked from forgejo/forgejo

Label and focus styling for mobile menu button

This commit is contained in:
Otto Richter 2024-02-18 16:48:32 +01:00
parent 92c1ff76ea
commit 30e0b2f851
3 changed files with 4 additions and 3 deletions

View file

@ -20,7 +20,7 @@
</div>
</a>
{{end}}
<button class="item gt-w-auto ui icon mini button gt-p-3 gt-m-0" id="navbar-expand-toggle">{{svg "octicon-three-bars"}}</button>
<button class="item gt-w-auto ui icon mini button gt-p-3 gt-m-0" id="navbar-expand-toggle" aria-label="{{ctx.Locale.Tr "toggle_menu"}}">{{svg "octicon-three-bars"}}</button>
</div>
<!-- navbar links non-mobile -->