v1.115.0
[1.115.0] — 2026-07-06
Design polish (conservative, coral brand kept). A light refinement pass over the shared design system — no restructuring, no palette change. Dashboard metric cards now lift and pick up a coral border on hover (matching the quick-action tiles); content cards lift a hair; primary / dark / danger buttons gain a resting shadow and a gentle hover lift for depth; big numbers align via tabular-nums; and interactive controls get a soft coral focus halo behind the crisp 2px keyboard ring. All motion respects prefers-reduced-motion, and the halo is deliberately scoped to controls — never a global *:focus-visible (which would re-paint the managed-focus route headings; the v1.58.x lesson).
- CSS-only (
public/css/app.css); no markup, i18n, route, or CSP change. Tests:tests/design-polish-v1115.test.mjs(5) guard the polish + the no-global-halo anti-regression. Verified live via Playwright (dashboard intact, zero console errors).
New: none.