From 1510cad697aa88757990ed3c2fabb175db38b133 Mon Sep 17 00:00:00 2001 From: Deeman Date: Tue, 24 Feb 2026 16:49:25 +0100 Subject: [PATCH] fix(admin): use form-input class on scenario filter fields MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The search/country/venue-type inputs used class="input" which has no definition in input.css — falls back to the browser's default focus outline. Replaced with form-input to get the consistent focus ring (ring-2 / ring-electric / border-electric) used everywhere else in admin. Co-Authored-By: Claude Opus 4.6 --- web/src/padelnomics/admin/templates/admin/scenarios.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/padelnomics/admin/templates/admin/scenarios.html b/web/src/padelnomics/admin/templates/admin/scenarios.html index 6d993fb..3cfa407 100644 --- a/web/src/padelnomics/admin/templates/admin/scenarios.html +++ b/web/src/padelnomics/admin/templates/admin/scenarios.html @@ -22,11 +22,11 @@ + class="form-input w-full">
- {% for c in countries %} @@ -35,7 +35,7 @@
- {% for v in venue_types %}