From c37fa9712bf29255145be22c1295d69e721f9429 Mon Sep 17 00:00:00 2001 From: Jonathan Prusik Date: Mon, 26 Feb 2024 11:53:18 -0500 Subject: [PATCH] [PM-6391] Add "fixed-width" class to view icons (#8019) * add "fixed-width" class to view icons * remove redundant class name --- .../components/vault/add-edit.component.html | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) 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 a14c7dae280..ecdeb9cda72 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 @@ -62,7 +62,7 @@ (click)="generateUsername()" *ngIf="!(!cipher.edit && editMode)" > - + @@ -92,12 +92,12 @@ *ngIf="cipher.viewPassword" > @@ -112,7 +112,7 @@ [attr.aria-pressed]="showPassword" > @@ -125,7 +125,7 @@ (click)="generatePassword()" *ngIf="cipher.viewPassword && !(!cipher.edit && editMode)" > - + @@ -171,7 +171,7 @@ [attr.aria-pressed]="showTotpSeed" > @@ -184,7 +184,7 @@ (click)="copy(cipher.login.totp, 'totp', 'TOTP')" *ngIf="cipher.viewPassword" > - + @@ -236,7 +236,7 @@ [attr.aria-pressed]="showCardNumber" > @@ -313,7 +313,7 @@ [attr.aria-pressed]="showCardCode" > @@ -536,7 +536,7 @@ (click)="removeUri(u)" appA11yTitle="{{ 'remove' | i18n }}" > - +
@@ -588,7 +588,7 @@ (click)="toggleUriInput(u)" [attr.aria-pressed]="$any(u).showCurrentUris === true" > - +