fix css
This commit is contained in:
parent
28071eb1f3
commit
6dc7a2e9a7
1 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue