Skip to content

Commit 496ada0

Browse files
committed
chore: restore original tooltip for anchors
1 parent 13c10da commit 496ada0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/pages/about.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,13 @@ onBeforeUnmount(() => {
457457
height="64"
458458
class="w-12 h-12 rounded-lg ring-2 ring-transparent transition-shadow duration-200 hover:ring-accent"
459459
/>
460+
<span
461+
class="pointer-events-none absolute -top-9 inset-is-1/2 -translate-x-1/2 whitespace-nowrap rounded-md bg-gray-900 text-white dark:bg-gray-100 dark:text-gray-900 text-xs px-2 py-1 shadow-lg opacity-0 scale-95 transition-all duration-150 group-hover:opacity-100 group-hover:scale-100"
462+
dir="ltr"
463+
role="tooltip"
464+
>
465+
@{{ contributor.login }}
466+
</span>
460467
</LinkBase>
461468
<button
462469
v-else

0 commit comments

Comments
 (0)