0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-20 22:40:17 +01:00

Add accessibility to the menu on the navbar () ()

Backport 

This PR is trying to add accessibility to the menu as mentioned in
 so the menu can be accessed using keyboard (A quick demo is added
below), with a reference to
[PR2612](https://github.com/go-gitea/gitea/pull/22612). The goal is to
make the menu accessible merely using keyboard like shown below. And
this PR might need confirmation from developers using screen readers.
This commit is contained in:
HesterG 2023-02-23 20:56:03 +08:00 committed by GitHub
parent aff432b197
commit ced94f2e0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,9 +18,9 @@
</span>
</a>
{{end}}
<div class="ui icon button mobile-only" id="navbar-expand-toggle">
<button class="ui icon button mobile-only" id="navbar-expand-toggle">
{{svg "octicon-three-bars"}}
</div>
</button>
</div>
</div>