openclaw/ui
Alex AN 448e87a84d fix(ui): improve active button contrast in light mode (#2832)
The thinking toggle (and other icon buttons) in the dashboard chat view
are visually identical in on/off states when using light mode.

Root cause: the light-mode .btn--icon rule sets background to near-white
(rgba 255,255,255,0.9) which has higher specificity than the generic
.btn.active orange tint (rgba 245,159,74,0.12), making the active state
invisible.

Fix:
1. Add :root[data-theme='light'] .btn--icon.active with explicit orange
   background + border to override the white .btn--icon base.
2. Strengthen :root[data-theme='light'] .btn.active with border-color
   so all button active states (not only icon buttons) are distinguishable
   in light mode.

Closes #2832
2026-01-28 15:51:05 +08:00
..
public feat(ui): add favicon.ico from Mac app icon (#305) 2026-01-06 10:41:19 -06:00
src fix(ui): improve active button contrast in light mode (#2832) 2026-01-28 15:51:05 +08:00
index.html refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
package.json refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
tsconfig.json fix(control-ui): serve dashboard at root 2025-12-19 05:11:08 +00:00
vite.config.ts fix(ui): default to relative paths for control UI assets 2026-01-09 15:32:55 +01:00
vitest.config.ts chore: update deps and add control ui routing tests 2025-12-30 14:30:46 +01:00