refactor(ui): remove retired Control UI stylesheet rules (#128611)

This commit is contained in:
Peter Steinberger
2026-08-24 01:27:49 -07:00
committed by GitHub
parent 5cb4bbcd41
commit 3e5b935edf
6 changed files with 1 additions and 79 deletions
+1 -17
View File
@@ -90,8 +90,7 @@
}
openclaw-chat-sidebar-region,
.sidebar-region__right-runtime,
.sidebar-region__panels-runtime {
.sidebar-region__right-runtime {
display: contents;
}
@@ -725,14 +724,6 @@ openclaw-chat-sidebar-region,
line-height: 1.25;
}
.side-panel-empty__description {
max-width: 40ch;
margin: 8px 0 0;
color: var(--muted);
font-size: var(--control-ui-text-sm);
line-height: 1.4;
}
.side-panel-empty--selector .side-panel-empty__title {
margin-top: 0;
font-size: var(--control-ui-text-md);
@@ -742,13 +733,6 @@ openclaw-chat-sidebar-region,
transform: translateY(-18px);
}
.side-panel-empty--selector .side-panel-empty__description {
max-width: none;
margin-top: 4px;
line-height: 1.3;
white-space: nowrap;
}
.side-panel-empty__types {
display: grid;
width: min(100%, 320px);
-20
View File
@@ -196,31 +196,11 @@ openclaw-session-owner-chip {
color: var(--accent);
}
.connect-splash__logo {
width: 44px;
height: 44px;
animation: connect-splash-wiggle 1.8s ease-in-out infinite;
}
@keyframes connect-splash-wiggle {
0%,
100% {
transform: rotate(-6deg);
}
50% {
transform: rotate(6deg);
}
}
@media (prefers-reduced-motion: reduce) {
.connect-splash {
opacity: 1;
animation: none;
}
.connect-splash__logo {
animation: none;
}
}
/* Shared by the login gate and the Sessions, Tasks, and Cron routes. */
-7
View File
@@ -153,13 +153,6 @@ openclaw-debug-overlay {
border-color: color-mix(in srgb, var(--danger) 35%, var(--border));
}
.debug-overlay__head {
display: flex;
gap: 6px;
align-items: baseline;
justify-content: space-between;
}
.debug-vital__label {
overflow: hidden;
color: var(--muted);
-23
View File
@@ -3912,29 +3912,6 @@ wa-dropdown.sidebar-identity-menu::part(menu) {
height: 16px;
}
.sidebar-agent-menu__filter {
padding: 2px 8px 6px;
}
.sidebar-agent-menu__filter input {
--control-ui-touch-input-size: var(--control-ui-text-sm);
width: 100%;
padding: 5px 8px;
border-radius: 6px;
border: 1px solid var(--border);
background: var(--bg);
color: inherit;
font: inherit;
font-size: var(--control-ui-text-sm);
}
.sidebar-agent-menu__empty {
padding: 6px 8px;
font-size: var(--control-ui-text-sm);
color: var(--muted);
}
/* Identity-menu strip: build identity left, theme switch right. */
.sidebar-identity-menu__footer {
display: flex;
-6
View File
@@ -904,12 +904,6 @@ h3.plugins-subheader {
/* ---------- responsive ---------- */
@media (max-width: 768px) {
.plugins-content-header {
display: flex;
}
}
@media (max-width: 560px) {
.plugins-toolbar--fields > .settings-segmented {
height: auto;
-6
View File
@@ -721,9 +721,3 @@
.sidebar-approval-row__message--error {
color: var(--danger);
}
.exec-approval-description {
overflow-wrap: anywhere;
color: var(--muted-strong);
line-height: 1.4;
}