feat(FN-3042): scale board typography and improve theme selector accessibil

Completes Step 2 of FN-3042 by scaling board typography styles across TaskCard and QuickEntryBox components, adding a new CustomModelDropdown stylesheet, and introducing keyboard focus-visible styles for theme selector controls. The merge includes new regression tests for board font scaling, resolve

Fusion-Task-Id: FN-3042
This commit is contained in:
Fusion
2026-04-30 23:22:22 -07:00
committed by gsxdsm
parent d2848ca1d7
commit c0ff899fbb
9 changed files with 177 additions and 64 deletions

View File

@@ -18,7 +18,7 @@
border: none;
border-bottom: 1px solid var(--border);
color: var(--text);
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.4;
font-family: inherit;
outline: none;
@@ -88,7 +88,7 @@
min-height: unset;
resize: none;
border-radius: var(--radius-md);
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
}
@@ -149,14 +149,14 @@
.node-picker-item-status {
margin-left: auto;
color: var(--text-muted);
font-size: 12px;
font-size: 0.75rem;
}
.quick-entry-subtasks-toggle {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 12px;
font-size: 0.75rem;
color: var(--text-muted);
cursor: pointer;
margin-left: 8px;
@@ -171,14 +171,14 @@
}
.quick-entry-hint {
font-size: 11px;
font-size: 0.6875rem;
color: var(--text-dim);
margin-left: auto;
white-space: nowrap;
}
.quick-entry-model-trigger {
font-size: 12px;
font-size: 0.75rem;
padding: 3px 8px;
}
@@ -226,7 +226,7 @@
color: var(--text-primary);
cursor: pointer;
text-align: left;
font-size: 13px;
font-size: 0.8125rem;
transition: background-color 0.15s;
}
@@ -248,7 +248,7 @@
.model-menu-item-value {
flex: 1;
text-align: right;
font-size: 11px;
font-size: 0.6875rem;
color: var(--text-dim);
overflow: hidden;
text-overflow: ellipsis;
@@ -270,7 +270,7 @@
border: none;
color: var(--text-muted);
cursor: pointer;
font-size: 12px;
font-size: 0.75rem;
padding: 4px 0;
width: fit-content;
}
@@ -280,7 +280,7 @@
}
.model-submenu-header {
font-size: 12px;
font-size: 0.75rem;
font-weight: 600;
color: var(--text-primary);
padding-bottom: 4px;
@@ -292,7 +292,7 @@
align-items: center;
justify-content: space-between;
gap: 8px;
font-size: 11px;
font-size: 0.6875rem;
color: var(--text-error, #e53e3e);
padding-top: 4px;
}
@@ -449,7 +449,7 @@
}
.agent-list-modal .agent-state-filter-select {
font-size: 16px;
font-size: 1rem;
min-height: 44px;
}
@@ -497,7 +497,7 @@
.agent-list-modal .agent-create-form .input,
.agent-list-modal .agent-create-form .select {
width: 100%;
font-size: 16px;
font-size: 1rem;
min-height: 44px;
}