This commit is contained in:
Mateusz Gruszczyński
2026-09-19 21:37:46 +02:00
parent 044adef401
commit ac2dd8b62a
21 changed files with 288 additions and 97 deletions
+9
View File
@@ -6270,6 +6270,15 @@ textarea[aria-invalid="true"] {
box-shadow: 0 0 0 2px var(--accent-soft), 0 12px 30px rgba(0, 0, 0, .22);
}
.flow-selection-marquee {
position: absolute;
z-index: 4;
pointer-events: none;
border: 1px solid var(--accent);
border-radius: 4px;
background: var(--accent-soft);
}
.flow-editor .flow-node-time {
border-top: 3px solid var(--blue);
}