From cb65d02dc6be52a385c9f3529622513c4eb9009f Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 16 Jun 2025 20:11:38 +0300 Subject: [PATCH] style(next)/quick search: avoid text shadow for the focused search result items --- apps/client/src/stylesheets/theme-next/forms.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/forms.css b/apps/client/src/stylesheets/theme-next/forms.css index 4920c7d9f..b09d6cb65 100644 --- a/apps/client/src/stylesheets/theme-next/forms.css +++ b/apps/client/src/stylesheets/theme-next/forms.css @@ -267,7 +267,7 @@ input::selection, } .input-group button:focus-visible, -.input-group a:focus-visible { +.input-group a:focus-visible:not(.dropdown-item) { box-shadow: unset; outline: transparent; border: transparent;