Make disabled flows more obvious in editor

This commit is contained in:
Nick O'Leary
2018-11-08 18:04:36 +01:00
parent 073f38c68c
commit dc880c672a
6 changed files with 44 additions and 14 deletions

View File

@@ -169,7 +169,16 @@
.node_subflow .node {
stroke-dasharray:8, 3;
}
.workspace-disabled {
.link_line {
stroke-dasharray: 10,5 !important;
stroke-width: 2 !important;
stroke: $link-subflow-color;
}
.node {
stroke-dasharray: 10,4;
}
}
.node_quickadd * {
stroke-dasharray: 12,3;