hide cursor only when puzzle is loaded already
This commit is contained in:
parent
b6999e4f1f
commit
34fbf05e2f
2 changed files with 2 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ a:hover { color: var(--link-hover-color); }
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
canvas {
|
||||
canvas.loaded {
|
||||
cursor: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue