Open circuit protection from grid cell
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user