21700: Install Bundler system-wide in Rails postinst
[arvados.git] / services / workbench2 / 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 }