Merge pull request 'Add a pointer cursor when hovering a GraphNode' (#13) from vo/graph-node-cursor into master

Reviewed-on: #13
This commit is contained in:
Standa Lukeš 2020-09-29 13:25:56 +02:00
commit 06c72d33ad

View file

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