mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
PM-11130 add aria labels to pw count and website launch in view v2 (#10776)
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
type="button"
|
||||
(click)="openWebsite(login.launchUri)"
|
||||
data-testid="launch-website"
|
||||
[attr.aria-label]="('launch' | i18n) + ' ' + login.hostOrUri"
|
||||
></button>
|
||||
<button
|
||||
bitIconButton="bwi-clone"
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
[appA11yTitle]="'toggleCharacterCount' | i18n"
|
||||
appStopClick
|
||||
(click)="togglePasswordCount()"
|
||||
[attr.aria-label]="'additionalContentAvailable' | i18n"
|
||||
></button>
|
||||
<button
|
||||
*ngIf="cipher.viewPassword"
|
||||
|
||||
Reference in New Issue
Block a user