I can delete a connection
This commit is contained in:
@@ -138,3 +138,33 @@
|
||||
100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0); }
|
||||
}
|
||||
|
||||
.wkf-connection-path {
|
||||
stroke: #3b82f6;
|
||||
stroke-width: 2;
|
||||
fill: none;
|
||||
cursor: pointer;
|
||||
pointer-events: none;
|
||||
transition: stroke 0.2s ease, stroke-width 0.2s ease;
|
||||
}
|
||||
|
||||
.wkf-connection-path-thick {
|
||||
stroke: transparent;
|
||||
stroke-width: 10;
|
||||
fill: none;
|
||||
cursor: pointer;
|
||||
pointer-events: stroke;
|
||||
}
|
||||
|
||||
.wkf-connection-path-arrowhead {
|
||||
fill:#3b82f6;
|
||||
}
|
||||
|
||||
.wkf-connection-selected {
|
||||
stroke: #ef4444 !important;
|
||||
}
|
||||
|
||||
.wkf-connection-path-arrowhead-selected {
|
||||
fill:#ef4444 !important;;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user