Make pipeline, parameters & product interactive

This commit is contained in:
2022-03-15 09:27:53 -05:00
parent 0e53a4334e
commit 524299a3c2
18 changed files with 496 additions and 158 deletions

View File

@@ -39,6 +39,10 @@ body {
border: 1px solid black !important;
}
.react-flow__handle:hover {
background-color: black !important;
}
.react-flow__handle-right {
right: -5px !important;
}