feat: apply B-147 visual tokens to shell and three representative pages

Closes B-156

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
MS-01-Codex
2026-08-20 00:43:09 +08:00
co-authored by Cursor multica-agent
parent b60a4cb682
commit e778c883db
16 changed files with 836 additions and 331 deletions
+23 -11
View File
@@ -48,7 +48,7 @@
color: var(--text-muted);
text-align: center;
text-align: left;
}
.table-action {
@@ -242,7 +242,7 @@
}
.data-table thead th {
padding: 0px 11px;
padding: 0 12px;
border-bottom: 1px solid var(--border);
@@ -256,17 +256,25 @@
height: 36px;
font-size: var(--font-size-label);
font-size: var(--font-size-caption);
}
.data-table tbody td {
padding: 6px 11px;
border-bottom: 1px solid var(--border-subtle);
padding: 0 12px;
border-bottom: 1px solid var(--border);
color: var(--text-primary);
height: 40px;
}
height: 41px;
.data-table thead tr:last-child th:first-child,
.data-table tbody td:first-child,
.tbl thead tr:last-child th:first-child,
.tbl tbody td:first-child {
text-align: left;
}
.tbl .row-number {
text-align: left;
}
.main-grid .data-table thead th {
@@ -300,11 +308,11 @@
font-weight: 600;
font-size: 12px;
font-size: var(--font-size-caption);
text-align: left;
padding: 8px 12px;
padding: 0 12px;
border-bottom: 1px solid var(--line);
@@ -336,13 +344,17 @@
}
.tbl tbody td {
padding: 9px 12px;
padding: 0 12px;
border-bottom: 1px solid var(--line-soft);
white-space: nowrap;
vertical-align: middle;
height: 40px;
font-size: var(--font-size-table);
}
.tbl tbody tr:hover {