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; */
}
.draggableText.highlight {
.draggableText.highlight:not(.selected) {
fill: green;
font-weight: 600;
}
.highlight {
.highlight:not(.selected) {
stroke: green;
stroke-width: 3px;
}