Improve search button accessibility and refresh site metadata
All checks were successful
Build Org Website / build (push) Successful in 32s
All checks were successful
Build Org Website / build (push) Successful in 32s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user