search: Fix missing ARIA role on span used as button.

This commit is contained in:
mustafa0x 2022-12-09 13:29:59 -08:00 committed by GitHub
parent e31070c480
commit 3b0e311f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@
{{> navbar_icon_and_title }}
</span>
{{/if}}
<span class="search_icon search_closed" ><i class="fa fa-search" aria-hidden="true"></i></span>
<span class="search_icon search_closed" role="button"><i class="fa fa-search" aria-hidden="true"></i></span>