feat(editor): highlight edges and show preview import loader
- Highlight all edges connected to selected scene - Show overlay spinner while uploading/optimizing preview image - macOS: keep control window independent from presentation Made-with: Cursor
This commit is contained in:
@@ -20,8 +20,10 @@
|
||||
}
|
||||
|
||||
.cardActive {
|
||||
border-color: var(--graph-node-active-border);
|
||||
box-shadow: 0 25px 50px -12px rgba(139, 92, 246, 0.1);
|
||||
border-color: rgba(167, 139, 250, 0.95);
|
||||
box-shadow:
|
||||
0 0 0 2px rgba(167, 139, 250, 0.35),
|
||||
0 25px 50px -12px rgba(167, 139, 250, 0.12);
|
||||
}
|
||||
|
||||
.previewShell {
|
||||
|
||||
Reference in New Issue
Block a user