Skip to content

Commit

Permalink
Show hover state in the georeference tool to hint at draggability
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Apr 24, 2024
1 parent 1a7ecc9 commit f49a8d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/draw/image/ImageLayer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,9 @@
border-radius: 50%;
display: inline-block;
}
.dot:hover {
border: 1px solid black;
cursor: pointer;
}
</style>

0 comments on commit f49a8d2

Please sign in to comment.