mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
style/canvas: stop highlighting with a red color the delete menu item
This commit is contained in:
@@ -61,7 +61,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Context menu label */
|
/* Context menu label */
|
||||||
:root .excalidraw .context-menu-item__label {
|
:root .excalidraw .context-menu-item__label,
|
||||||
|
:root .excalidraw .context-menu-item.dangerous .context-menu-item__label {
|
||||||
color: var(--menu-text-color);
|
color: var(--menu-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user