persist state in localstorage
This commit is contained in:
parent
9bb5157d5d
commit
328b641533
2 changed files with 21 additions and 6 deletions
|
|
@ -32,11 +32,11 @@ svg > text {
|
|||
cursor: grabbing;
|
||||
}
|
||||
|
||||
/* .rountangle.selected {
|
||||
.rountangle.selected {
|
||||
fill: rgba(0, 0, 255, 0.2);
|
||||
stroke: blue;
|
||||
stroke-width: 4px;
|
||||
} */
|
||||
/* stroke: blue;
|
||||
stroke-width: 4px; */
|
||||
}
|
||||
|
||||
.lineHelper {
|
||||
stroke: rgba(0, 0, 0, 0);
|
||||
|
|
@ -81,7 +81,7 @@ svg > text {
|
|||
|
||||
|
||||
|
||||
.selected {
|
||||
line.selected, circle.selected {
|
||||
fill: rgba(0, 0, 255, 0.2);
|
||||
/* stroke-dasharray: 7 6; */
|
||||
stroke: blue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue