Skip to content

Commit eaa4a0b

Browse files
committed
Move aria-hidden onto agolia form element
This hides the whole form element as it's third party and not accessible.
1 parent 85d20a3 commit eaa4a0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

includes/search-form.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
- On all other pages, in the header
66
-->
77

8-
<form class="mb-0">
9-
<div id="search-input-container" aria-hidden="true">
8+
<form class="mb-0" aria-hidden="true">
9+
<div id="search-input-container">
1010
<!-- Algolia instantsearch.js will add a search input here -->
1111
</div>
1212
</form>

0 commit comments

Comments
 (0)