зеркало из https://github.com/github/docs.git
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:
Родитель
85d20a30a7
Коммит
eaa4a0be3a
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче