This commit is contained in:
2026-06-16 08:18:10 -06:00
parent 19cc1ffdfa
commit 660039b3cf
9 changed files with 639 additions and 103 deletions

View File

@@ -82,10 +82,10 @@ input {
}
.ui-button:disabled {
color: var(--muted);
background: #f4f6f7;
color: #43515c;
border-color: var(--line);
cursor: not-allowed;
opacity: 0.6;
}
.ui-button--primary {
@@ -195,10 +195,10 @@ input {
}
.workspace-toolbar button:disabled {
color: var(--muted);
background: #f4f6f7;
color: #43515c;
border-color: var(--line);
cursor: not-allowed;
opacity: 0.6;
}
.workspace-toolbar-count,