plc_control/web
caoqianming c5983ab5c3 Fix ops button colors hidden until hover
Core styles.css ships a global button { background: var(--accent);
color: #fff } primary rule. The ops overrides reset background to
var(--surface) (white) but inherited color: #fff, leaving white text
on a white background until the hover rule swapped color to accent.

Explicitly sets color on .card-actions / .row-actions / .form-actions
buttons and reshapes .toolbar so the "+ 新增" stays primary (filled
accent) and .secondary toolbar buttons get the white-with-accent-hover
treatment.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-19 11:27:21 +08:00
..
core fix(web): restore all web UI files accidentally deleted 2026-04-21 08:43:02 +08:00
feeder Move feeder unit model out of platform core 2026-05-18 21:38:52 +08:00
ops Fix ops button colors hidden until hover 2026-05-19 11:27:21 +08:00