From 6dc7a2e9a7c661269babe3da152dfe03e0197bf7 Mon Sep 17 00:00:00 2001 From: Joeri Exelmans Date: Fri, 17 Oct 2025 13:37:38 +0200 Subject: [PATCH] fix css --- src/VisualEditor/VisualEditor.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/VisualEditor/VisualEditor.css b/src/VisualEditor/VisualEditor.css index 19dbe11..d9ee73d 100644 --- a/src/VisualEditor/VisualEditor.css +++ b/src/VisualEditor/VisualEditor.css @@ -143,13 +143,12 @@ text.helper:hover { /* font-weight: 800; */ } -.draggableText.highlight { +.draggableText.highlight:not(.selected) { fill: green; font-weight: 600; } - -.highlight { +.highlight:not(.selected) { stroke: green; stroke-width: 3px; }