Add a pointer cursor when hovering a GraphNode

This makes it clear they are indeed clickable.
This commit is contained in:
Vojtěch Káně 2020-09-29 13:20:23 +02:00
parent dbf86e1617
commit d516f5d888

View file

@ -36,6 +36,9 @@
</script>
<style>
g {
cursor: pointer;
}
g:hover > ellipse {
fill: #ffb3a2
}