forked from forgejo/forgejo
Label and focus styling for mobile menu button
This commit is contained in:
parent
92c1ff76ea
commit
30e0b2f851
3 changed files with 4 additions and 3 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue