Use primary color for running node icons and fix add device modal dirty check
- Running graph nodes show entity icon in --primary-color instead of --text-muted - Fix AddDeviceModal always showing dirty: serialize zones array with JSON.stringify for proper strict equality comparison (matching DeviceSettingsModal pattern) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -305,6 +305,11 @@
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.graph-node.running .graph-node-icon {
|
||||
stroke: var(--primary-color);
|
||||
opacity: 0.85;
|
||||
}
|
||||
|
||||
/* ── Running indicator (animated gradient border) ── */
|
||||
|
||||
.graph-node.running .graph-node-body {
|
||||
|
||||
Reference in New Issue
Block a user