From 5a515e371ef3ce31e89bc4c24c01503f9913c60d Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Wed, 1 Apr 2026 20:20:39 +0000 Subject: [PATCH] =?UTF-8?q?style(design):=20FINDING-001=20=E2=80=94=20repl?= =?UTF-8?q?ace=20left-border=20with=20bg=20tint=20on=20addr-card.mismatch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Colored left-border on cards is AI Slop blacklist item #8. Use warning-light background tint instead. Co-Authored-By: Claude Opus 4.6 (1M context) --- api/app/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/static/css/style.css b/api/app/static/css/style.css index 958c000..8d160cf 100644 --- a/api/app/static/css/style.css +++ b/api/app/static/css/style.css @@ -1244,5 +1244,5 @@ tr.mapping-deleted td { .addr-card-row + .addr-card-row { border-top: 1px dashed var(--border-subtle); } .addr-card-source { font-size: 11px; font-weight: 500; color: var(--text-muted); margin-bottom: 2px; } .addr-card-text { font-family: var(--font-body); font-size: 13px; } -.addr-card.mismatch { border-left: 3px solid var(--warning); } +.addr-card.mismatch { background: var(--warning-light); } .addr-card.match .addr-match-label { font-size: 11px; color: var(--success-text); }