style(nodes): default styles

This commit is contained in:
moklick
2020-07-23 23:33:42 +02:00
parent 57f9067e33
commit d73105df61
2 changed files with 4 additions and 22 deletions
+4 -3
View File
@@ -117,13 +117,14 @@
.react-flow__node-default.selectable,
.react-flow__node-input.selectable,
.react-flow__node-output.selectable {
&.selected,
&.selected:hover {
box-shadow: 0 0 0 2px #555;
box-shadow: 0 0 0 1px #333;
}
&:hover {
box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.08);
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}
}
@@ -193,4 +194,4 @@
right: 0;
top: 50%;
transform: translate(0, -50%);
}
}