feat: update FlowgramNodeRenderer port colors and add hover effects for improved interactivity
This commit is contained in:
@@ -366,3 +366,15 @@
|
||||
@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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user