Skip to content

Commit

Permalink
fix: remove group-hover
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Oct 7, 2022
1 parent e0c1075 commit 87d516f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/components/docs/DocsTocLinks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const scrollToHeading = (id: string) => {
<a
:href="`#${link.id}`"
class="block py-1 text-sm truncate lg:pr-3"
:class="[activeHeadings.includes(link.id) ? 'text-primary-500' : 'u-text-gray-500 group-hover:u-text-gray-900']"
:class="[activeHeadings.includes(link.id) ? 'text-primary-500' : 'u-text-gray-500 hover:u-text-gray-900']"
@click.prevent="scrollToHeading(link.id)"
>
{{ link.text }}
Expand Down

1 comment on commit 87d516f

@vercel
Copy link

@vercel vercel bot commented on 87d516f Oct 7, 2022

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.