Skip to content
Snippets Groups Projects
Commit 11ad63c0 authored by Thomas Hackl's avatar Thomas Hackl
Browse files

make reset link focusable, fixes #1719

parent 40c6c5b5
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
v-model="searchTerm"
:aria-label="$gettext('Geben Sie einen Suchbegriff mit mindestens 3 Zeichen ein.')"
/>
<a v-if="searched" @click.prevent="setShowSearchResults(false)" role="button"
<a v-if="searched" @click.prevent="setShowSearchResults(false)" tabindex="0" role="button"
class="reset-search" :title="$gettext('Suche zurücksetzen')">
<studip-icon shape="decline" size="20"></studip-icon>
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment