Skip to content
Snippets Groups Projects
Commit 3c43071a authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2942406 by Eli-T, markconroy, andrewmacpherson: Text alternative for...

Issue #2942406 by Eli-T, markconroy, andrewmacpherson: Text alternative for Umami mobile search link
parent 5a9de4fc
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -36,7 +36,8 @@
<div class="search-iconwrap">
<a class="search-link" title="{{ 'Go to the search page'|t }}" href="{{ path('search.view') }}">
{% include active_theme_path() ~ '/images/svg/search.svg' %}
<span class="search-icon" aria-hidden="true">{% include active_theme_path() ~ '/images/svg/search.svg' %}</span>
<span class="visually-hidden">{{ 'Search'|t }}</span>
</a>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment