mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
fix(ui): remove unused startup styles to restore css budget (#130027)
This commit is contained in:
committed by
GitHub
parent
f73672ee08
commit
9b3445de4d
@@ -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;
|
||||
|
||||
@@ -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
|
||||
=========================================== */
|
||||
|
||||
Reference in New Issue
Block a user