mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 19:49:01 +01:00
Highlight the "Delete note" menu item as a destructive action
This commit is contained in:
parent
5df287db23
commit
694f896623
@ -87,7 +87,7 @@ const TPL = `
|
||||
<span class="bx bx-save"></span> ${t('note_actions.save_revision')}<kbd data-command="forceSaveRevision"></kbd>
|
||||
</li>
|
||||
|
||||
<li class="dropdown-item delete-note-button"><span class="bx bx-trash"></span> ${t('note_actions.delete_note')}</li>
|
||||
<li class="dropdown-item delete-note-button"><span class="bx bx-trash destructive-action-icon"></span> ${t('note_actions.delete_note')}</li>
|
||||
|
||||
|
||||
<div class="dropdown-divider"></div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user