fix(web-ui): improve light theme visibility for select ar...
Linux2010
·
2026-05-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -369,6 +369,11 @@ img.chat-avatar {
|
369 | 369 | border-color: color-mix(in srgb, var(--accent) 28%, var(--border)); |
370 | 370 | } |
371 | 371 | |
| 372 | +:root[data-theme-mode="light"] .chat-bubble:hover { |
| 373 | +border-color: color-mix(in srgb, var(--accent) 48%, var(--border)); |
| 374 | +box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 20%, transparent); |
| 375 | +} |
| 376 | + |
372 | 377 | .chat-bubble--tool-shell:hover { |
373 | 378 | background: transparent; |
374 | 379 | } |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1388,6 +1388,7 @@
|
1388 | 1388 | :root[data-theme-mode="light"] .cfg-select { |
1389 | 1389 | background-color: white; |
1390 | 1390 | border-color: var(--border); |
| 1391 | +background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23444' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); |
1391 | 1392 | } |
1392 | 1393 | |
1393 | 1394 | @media (hover: none) and (pointer: coarse) { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。