From f1c7625ec7ee0c13e21f0134bfcfb046d77c931b Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Thu, 19 Mar 2026 23:28:30 +0000 Subject: [PATCH] =?UTF-8?q?style(design):=20FINDING-003=20=E2=80=94=20add?= =?UTF-8?q?=20focus=20ring=20to=20search=20input,=20remove=20outline:none?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/static/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api/app/static/css/style.css b/api/app/static/css/style.css index b7f2975..1a7b720 100644 --- a/api/app/static/css/style.css +++ b/api/app/static/css/style.css @@ -442,10 +442,12 @@ tr.mapping-deleted td { border: 1px solid #d1d5db; border-radius: 0.375rem; font-size: 0.9375rem; - outline: none; width: 160px; } -.search-input:focus { border-color: var(--blue-600); } +.search-input:focus { + border-color: var(--blue-600); + box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2); +} /* ── Autocomplete dropdown (keep as-is) ──────────── */ .autocomplete-dropdown {