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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user