diff --git a/apps/browser/src/vault/popup/components/vault/add-edit.component.html b/apps/browser/src/vault/popup/components/vault/add-edit.component.html index ad17cedd442b..8b12862750d1 100644 --- a/apps/browser/src/vault/popup/components/vault/add-edit.component.html +++ b/apps/browser/src/vault/popup/components/vault/add-edit.component.html @@ -4,7 +4,7 @@ - @@ -13,12 +13,7 @@

{{ title }}

- @@ -75,7 +70,6 @@

type="button" class="row-btn" appStopClick - appBlurClick appA11yTitle="{{ 'generateUsername' | i18n }}" (click)="generateUsername()" *ngIf="!(!cipher.edit && editMode)" @@ -103,7 +97,6 @@

type="button" #checkPasswordBtn class="row-btn btn" - appBlurClick appA11yTitle="{{ 'checkPassword' | i18n }}" (click)="checkPassword()" [appApiAction]="checkPasswordPromise" @@ -125,7 +118,6 @@

type="button" class="row-btn" appStopClick - appBlurClick appA11yTitle="{{ 'toggleVisibility' | i18n }}" (click)="togglePassword()" *ngIf="cipher.viewPassword && cipher.login.password" @@ -141,7 +133,6 @@

type="button" class="row-btn" appStopClick - appBlurClick appA11yTitle="{{ 'generatePassword' | i18n }}" (click)="generatePassword()" *ngIf="cipher.viewPassword && !(!cipher.edit && editMode)" @@ -263,7 +254,6 @@

type="button" class="row-btn" appStopClick - appBlurClick appA11yTitle="{{ 'toggleVisibility' | i18n }}" (click)="toggleCardNumber()" [attr.aria-pressed]="showCardNumber" @@ -341,7 +331,6 @@

type="button" class="row-btn" appStopClick - appBlurClick appA11yTitle="{{ 'toggleVisibility' | i18n }}" (click)="toggleCardCode()" [attr.aria-pressed]="showCardCode" @@ -554,7 +543,7 @@

-
+