Improve search button accessibility and refresh site metadata
All checks were successful
Build Org Website / build (push) Successful in 32s

This commit is contained in:
gitea-actions
2026-08-19 12:03:35 +01:00
parent d12edea8de
commit 75af3e1f0e
9 changed files with 64 additions and 24 deletions

View File

@@ -49,7 +49,7 @@
<span class=\"visually-hidden\">Search notes</span>
<input type=\"search\" id=\"search-input\" placeholder=\"Search notes\" aria-label=\"Search notes\" />
</label>
<button id=\"search-btn\" aria-label=\"Search\" type=\"button\">Search</button>
<button id=\"search-btn\" aria-label=\"Search\" aria-expanded=\"false\" aria-controls=\"search-inline-panel\" type=\"button\">Search</button>
<button class=\"theme-toggle\" id=\"theme-toggle\" type=\"button\" aria-label=\"Switch theme\">Theme</button>
</div>
</div>