Move aria-hidden onto agolia form element

This hides the whole form element as it's third party and not accessible.
This commit is contained in:
Barry McGee 2021-01-06 10:36:09 +00:00
Родитель 85d20a30a7
Коммит eaa4a0be3a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -5,8 +5,8 @@
- On all other pages, in the header
-->
<form class="mb-0">
<div id="search-input-container" aria-hidden="true">
<form class="mb-0" aria-hidden="true">
<div id="search-input-container">
<!-- Algolia instantsearch.js will add a search input here -->
</div>
</form>