history seems to be working
This commit is contained in:
parent
b55cba198e
commit
c07489080a
7 changed files with 292 additions and 222 deletions
|
|
@ -116,17 +116,18 @@ line.selected, circle.selected {
|
|||
font-weight: 600;
|
||||
}
|
||||
.draggableText:hover:not(:active) {
|
||||
fill: blue;
|
||||
cursor: grab;
|
||||
/* fill: blue; */
|
||||
/* cursor: grab; */
|
||||
}
|
||||
text.helper {
|
||||
fill: rgba(0,0,0,0);
|
||||
stroke: rgba(0,0,0,0);
|
||||
stroke-width: 8px;
|
||||
stroke-width: 16px;
|
||||
}
|
||||
text.helper:hover {
|
||||
stroke: blue;
|
||||
stroke-opacity: 0.2;
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
.draggableText, .draggableText.highlight {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue