From d4fa6153c441e835b8fbeb947e0916df655a06c8 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 15 Oct 2025 17:36:13 +0300 Subject: [PATCH] style/canvas: stop highlighting with a red color the delete menu item --- apps/client/src/stylesheets/theme-next/notes/canvas.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/notes/canvas.css b/apps/client/src/stylesheets/theme-next/notes/canvas.css index 9597addec..859bcec00 100644 --- a/apps/client/src/stylesheets/theme-next/notes/canvas.css +++ b/apps/client/src/stylesheets/theme-next/notes/canvas.css @@ -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); }