Open circuit protection from grid cell

This commit is contained in:
2026-07-31 10:02:11 +02:00
parent 54874f9fcb
commit bd8dd09f79
2 changed files with 27 additions and 11 deletions
+14
View File
@@ -1052,6 +1052,20 @@ a.kpi:hover {
cursor: text;
}
.tree-grid .cell-protection-trigger {
color: var(--color-primary);
cursor: pointer;
font-weight: 600;
transition:
background-color 0.12s ease,
box-shadow 0.12s ease;
}
.tree-grid .cell-protection-trigger:hover {
background: #eaf6f0;
box-shadow: inset 0 0 0 1px var(--color-signal);
}
.tree-grid .device-drag-handle {
cursor: grab;
}