Consistent use of red X only for deletion, and using only it for deletion rather than trashbin, while using non-red X for window close button.

This commit is contained in:
2025-12-10 00:06:34 +00:00
parent a8269df0b4
commit 504e1d0fc5
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -40,9 +40,9 @@
@click="$emit('delete', credential)"
class="btn-card-delete"
:disabled="credential.is_current_session"
:title="credential.is_current_session ? 'Cannot delete current session credential' : 'Delete passkey'"
:title="credential.is_current_session ? 'Cannot delete current session credential' : 'Delete passkey and terminate any linked sessions.'"
tabindex="-1"
>🗑</button>
></button>
</div>
</div>
<div class="item-details">