store app state in URL hash
This commit is contained in:
parent
41f34ab65e
commit
9dd72484fa
10 changed files with 319 additions and 125 deletions
|
|
@ -136,3 +136,11 @@ text.error, tspan.error {
|
|||
fill: rgb(230,0,0);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.errorHover {
|
||||
display: none;
|
||||
}
|
||||
|
||||
g:hover > .errorHover {
|
||||
display: inline;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue