Add radix cwl graph visualization
[arvados-workbench2.git] / src / lib / cwl-svg / plugins / validate / validate.scss
diff --git a/src/lib/cwl-svg/plugins/validate/validate.scss b/src/lib/cwl-svg/plugins/validate/validate.scss
new file mode 100644 (file)
index 0000000..2de2c2f
--- /dev/null
@@ -0,0 +1,14 @@
+$edge-invalid-fill: #f89406;
+
+svg.cwl-workflow.__plugin-validate .workflow {
+
+    .__validate-invalid .inner {
+        stroke: $edge-invalid-fill;
+    }
+
+    &.has-selection {
+        .__validate-invalid:not(.highlighted) .inner {
+            stroke: darken($edge-invalid-fill, 25%);
+        }
+    }
+}
\ No newline at end of file