refactor workflow

This commit is contained in:
mlogclub
2026-07-27 13:47:53 +08:00
parent 1464008741
commit bd8011dab8
44 changed files with 2785 additions and 3504 deletions
-12
View File
@@ -366,15 +366,3 @@
@apply font-sans;
}
}
.workflow-node-port:hover .bg:not(.hasError),
.workflow-node-port.hovered .bg:not(.hasError) {
cursor: crosshair;
transform: scale(1, 1) !important;
background: #2575fc !important;
}
.workflow-node-port:hover .bg > .symbol,
.workflow-node-port.hovered .bg > .symbol {
opacity: 1 !important;
}