Fix node button mouse pointer css

This commit is contained in:
Nick O'Leary
2020-06-22 14:37:52 +01:00
parent 581f71911a
commit 0a411cbe4f
2 changed files with 10 additions and 3 deletions

View File

@@ -153,6 +153,15 @@
.red-ui-flow-node-button {
fill: inherit;
&.red-ui-flow-node-button-disabled {
opacity: 0.4;
.red-ui-flow-node-button-button {
cursor: default;
}
}
}
.red-ui-flow-node-button-button {
cursor: pointer;
}
.red-ui-flow-node-button-background {
fill: $node-background-placeholder;