Skip to content

Commit

Permalink
Fixes sort by hover (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny authored Aug 4, 2023
1 parent ef92d57 commit 469cd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/search/filter/item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function SortFilterItem({ item }: { item: SortFilterItem }) {
<DynamicTag
prefetch={!active ? false : undefined}
href={href}
className={clsx('w-full', {
className={clsx('w-full hover:underline hover:underline-offset-4', {
'underline underline-offset-4': active
})}
>
Expand Down

1 comment on commit 469cd7b

@vercel
Copy link

@vercel vercel bot commented on 469cd7b Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.