From 142066d880f6575e261f4097c49699ea9a980a8d Mon Sep 17 00:00:00 2001 From: hfcRed Date: Sun, 8 Mar 2026 13:55:28 +0100 Subject: [PATCH] Fix global search input styles? --- app/components/layout/GlobalSearch.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/layout/GlobalSearch.module.css b/app/components/layout/GlobalSearch.module.css index 0e0ee5015..496c0de34 100644 --- a/app/components/layout/GlobalSearch.module.css +++ b/app/components/layout/GlobalSearch.module.css @@ -97,7 +97,7 @@ outline: none; } -.input { +.input.input { padding: var(--s-4); border: none; border-bottom: 1px solid var(--color-border); @@ -113,6 +113,7 @@ &:focus-within { outline: none; + border-color: var(--color-text-accent); } }