1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

button roles

This commit is contained in:
Kyle Spearrin
2019-04-03 00:04:42 -04:00
parent 1c5233c7dd
commit 5506d1c5ca
10 changed files with 34 additions and 33 deletions

View File

@@ -15,7 +15,7 @@
</div>
<div class="action-buttons">
<a class="row-btn" href="#" appStopClick appA11yTitle="{{'copyPassword' | i18n}}"
(click)="copy(h.password)">
(click)="copy(h.password)" role="button">
<i class="fa fa-lg fa-clipboard" aria-hidden="true"></i>
</a>
</div>