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; }