workspace: disable archived worker console links

This commit is contained in:
2026-07-11 16:01:29 +09:00
parent d8412d022b
commit 30d15daddf
9 changed files with 184 additions and 35 deletions
+9
View File
@@ -436,6 +436,15 @@
gap: 2px;
}
.worker-nav-item.disabled {
cursor: default;
opacity: 0.62;
}
.worker-nav-item.disabled .item-title {
color: var(--text-muted);
}
.worker-title-row {
display: grid;
grid-template-columns: minmax(0, max-content) minmax(0, 1fr);