fix
Wabifocus committed
Dec 7, 2025 at 04:50 UTC
0ce48c80c1c6a23cdce3b525f5f4110141952b13
1 file changed
+6
-6
webui/components/messages/process-group/process-group.css
+6
-6
@@ -153,29 +153,29 @@
153
background-color: rgba(255, 255, 255, 0.03);
154
}
155
156
-/* Utility/Info/Hint steps have different background tint */
156
+/* Utility/Info/Hint steps have subtle background tint */
157
.process-step[data-type="util"],
158
.process-step[data-type="info"],
159
.process-step[data-type="hint"] {
160
- background-color: rgba(35, 33, 26, 0.3);
160
+ background-color: rgba(120, 115, 100, 0);
161
}
162
163
.process-step[data-type="util"]:hover,
164
.process-step[data-type="info"]:hover,
165
.process-step[data-type="hint"]:hover {
166
- background-color: rgba(35, 33, 26, 0.5);
166
+ background-color: rgba(120, 115, 100, 0.18);
167
}
168
169
.light-mode .process-step[data-type="util"],
170
.light-mode .process-step[data-type="info"],
171
.light-mode .process-step[data-type="hint"] {
172
- background-color: rgba(91, 85, 64, 0.08);
172
+ background-color: rgba(91, 85, 64, 0.06);
173
}
174
175
.light-mode .process-step[data-type="util"]:hover,
176
.light-mode .process-step[data-type="info"]:hover,
177
.light-mode .process-step[data-type="hint"]:hover {
178
- background-color: rgba(91, 85, 64, 0.12);
178
+ background-color: rgba(91, 85, 64, 0.1);
179
}
180
181
/* Step Header (clickable) */
@@ -250,12 +250,12 @@
250
251
.process-step-detail > .process-step-detail-content {
252
min-height: 0;
253
- overflow: hidden;
253
}
254
255
.process-step.step-expanded .process-step-detail {
256
grid-template-rows: 1fr;
257
opacity: 1;
258
+ overflow: visible;
259
}
260
261
.process-step-detail-content {