zcbot/web/static
caoqianming 9a26e85da2 fix(ui): primary button hover 文字消失 (.primary:hover 守住 background)
button:hover:not(:disabled) 与 button.primary:hover 特异性同为 (0,2,1),
平手按源码序后者赢,但后者只声明 filter 没声明 background,导致 background
fallback 到前者的 --hover 浅灰,白字浅灰底视觉消失。

修法显式 background: var(--accent),brightness filter 在红底上正常提亮。
影响 "+ 新建任务" / "发送" 两个 primary 按钮。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 21:57:45 +08:00
..
vendor vendor(office preview): jszip 3.10.1 + docx-preview 0.3.6 + xlsx 0.18.5 2026-05-19 08:25:07 +08:00
dev.html fix(ui): primary button hover 文字消失 (.primary:hover 守住 background) 2026-05-21 21:57:45 +08:00