Fix password visibility toggle alt text and hover/focus feedback

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan C. Borchardt 2021-04-12 14:58:26 +02:00
parent 4be2e1601e
commit dcf044a7a6
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -82,7 +82,7 @@
<label for="password"
class="infield">{{ t('Password') }}</label>
<a href="#" class="toggle-password" @click.stop.prevent="togglePassword">
<img :src="toggleIcon">
<img :src="toggleIcon" :alt="t('core', 'Toggle password visibility')">
</a>
</p>