diff --git a/src/less/dark/flow.less b/src/less/dark/flow.less index dcabafdd0..ac833b34e 100644 --- a/src/less/dark/flow.less +++ b/src/less/dark/flow.less @@ -11,6 +11,10 @@ stroke-width: 1px; } +.node.clickable { + cursor: pointer; +} + .arrowheadPath { fill: @arrowheadColor; } diff --git a/src/less/default/flow.less b/src/less/default/flow.less index aa97b0177..7a9ead929 100644 --- a/src/less/default/flow.less +++ b/src/less/default/flow.less @@ -11,6 +11,10 @@ stroke-width: 1px; } +.node.clickable { + cursor: pointer; +} + .arrowheadPath { fill: @arrowheadColor; } diff --git a/src/less/forest/flow.less b/src/less/forest/flow.less index 2b3469b6e..e7602646a 100644 --- a/src/less/forest/flow.less +++ b/src/less/forest/flow.less @@ -12,6 +12,10 @@ stroke-width: 1px; } +.node.clickable { + cursor: pointer; +} + .arrowheadPath { fill: @arrowheadColor; }