mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
style/canvas: stop highlighting with a red color the delete menu item
This commit is contained in:
parent
210e001586
commit
d4fa6153c4
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user