a11y: Add "Toggle Menu" aria-label to all themes (#413)
This is same fix that was applied exclusively the Edge theme in #183 ported to all themes. It supercedes #370, which would have applied the same fix with different wording exclusively to the Headline theme.
This commit is contained in:
parent
392d78a72a
commit
9ac1183954
@ -52,7 +52,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search>{{> "icons/search"}}</button>
|
<button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search>{{> "icons/search"}}</button>
|
||||||
<button class="gh-burger"></button>
|
<button class="gh-burger" aria-label="Toggle menu"></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<nav class="gh-head-menu">
|
<nav class="gh-head-menu">
|
||||||
|
Loading…
Reference in New Issue
Block a user