style/canvas: stop highlighting with a red color the delete menu item

This commit is contained in:
Adorian Doran 2025-10-15 17:36:13 +03:00
parent 210e001586
commit d4fa6153c4

View File

@ -61,7 +61,8 @@
}
/* 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);
}