This commit is contained in:
Joeri Exelmans 2025-10-17 13:37:38 +02:00
parent 28071eb1f3
commit 6dc7a2e9a7

View file

@ -143,13 +143,12 @@ text.helper:hover {
/* font-weight: 800; */ /* font-weight: 800; */
} }
.draggableText.highlight { .draggableText.highlight:not(.selected) {
fill: green; fill: green;
font-weight: 600; font-weight: 600;
} }
.highlight:not(.selected) {
.highlight {
stroke: green; stroke: green;
stroke-width: 3px; stroke-width: 3px;
} }