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:
commit
06c72d33ad
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
g {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
g:hover > ellipse {
|
g:hover > ellipse {
|
||||||
fill: #ffb3a2
|
fill: #ffb3a2
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue