From b20b04c19c0d9682ac9b0f1368480e1aafe9cbc1 Mon Sep 17 00:00:00 2001 From: jng Date: Mon, 26 Jan 2026 17:04:47 -0500 Subject: [PATCH] update other footer btns for better tooltip consistency --- .../app/vault/item-footer.component.html | 51 +++++++++---------- 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/apps/desktop/src/vault/app/vault/item-footer.component.html b/apps/desktop/src/vault/app/vault/item-footer.component.html index 43e32905146..1c3b772e42d 100644 --- a/apps/desktop/src/vault/app/vault/item-footer.component.html +++ b/apps/desktop/src/vault/app/vault/item-footer.component.html @@ -11,34 +11,33 @@ > {{ submitButtonText() }} - - - + @if (!cipher.isDeleted && action === "view") { + + } + + @if (action === "edit" || action === "clone" || action === "add") { + + } + + @if (cipher.isDeleted && cipher.permissions.restore) { + + } + @if (showCloneOption) { }