Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit cb65d02

Browse files
committed
style(next)/quick search: avoid text shadow for the focused search result items
1 parent bef485c commit cb65d02

File tree

1 file changed

+1
-1
lines changed
  • apps/client/src/stylesheets/theme-next

1 file changed

+1
-1
lines changed

apps/client/src/stylesheets/theme-next/forms.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ input::selection,
267267
}
268268

269269
.input-group button:focus-visible,
270-
.input-group a:focus-visible {
270+
.input-group a:focus-visible:not(.dropdown-item) {
271271
box-shadow: unset;
272272
outline: transparent;
273273
border: transparent;

0 commit comments

Comments
 (0)