fix(ui): remove unused startup styles to restore css budget (#130027)

This commit is contained in:
Peter Steinberger
2026-08-26 01:58:20 -07:00
committed by GitHub
parent f73672ee08
commit 9b3445de4d
2 changed files with 0 additions and 13 deletions
-7
View File
@@ -534,13 +534,6 @@
white-space: nowrap;
}
.session-progress-card__count {
color: var(--muted);
font-family: var(--mono);
font-size: var(--control-ui-text-xs);
font-variant-numeric: tabular-nums;
}
.session-progress-card__dismiss {
width: 22px;
min-width: 22px;
-6
View File
@@ -2564,12 +2564,6 @@ openclaw-chat-session-rail {
background: var(--warn-subtle);
}
.chip-danger {
color: var(--danger);
border-color: color-mix(in srgb, var(--danger) 30%, transparent);
background: var(--danger-subtle);
}
/* ===========================================
Data Table
=========================================== */