Add a pointer cursor when hovering a GraphNode #13
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@
|
|||
</script>
|
||||
|
||||
<style>
|
||||
g {
|
||||
cursor: pointer;
|
||||
}
|
||||
g:hover > ellipse {
|
||||
fill: #ffb3a2
|
||||
}
|
||||
|
|
Reference in a new issue