projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
refs #14080 Merge branch 'origin/14080-cwl-graphs'
[arvados.git]
/
src
/
lib
/
cwl-svg
/
plugins
/
validate
/
validate.scss
1
$edge-invalid-fill: #f89406;
2
3
svg.cwl-workflow.__plugin-validate .workflow {
4
5
.__validate-invalid .inner {
6
stroke: $edge-invalid-fill;
7
}
8
9
&.has-selection {
10
.__validate-invalid:not(.highlighted) .inner {
11
stroke: darken($edge-invalid-fill, 25%);
12
}
13
}
14
}