We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a32d92 commit 2dbdba1Copy full SHA for 2dbdba1
1 file changed
src/lib/components/notes/Notes.svelte
@@ -593,7 +593,7 @@
593
<Tooltip content={note.title} className="min-w-0" placement="top-start">
594
<div
595
dir="auto"
596
- class="h-[20px] truncate text-[13px] leading-5 text-gray-800 hover:underline dark:text-gray-200"
+ class="h-[20px] truncate text-[13px] leading-5 text-gray-800 group-hover:underline dark:text-gray-200"
597
>
598
{note.title}
599
</div>
0 commit comments