Skip to content

Commit 0038a71

Browse files
committed
fix: increase semver filter tooltip size
1 parent 05492d5 commit 0038a71

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

app/components/Package/Versions.vue

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -527,10 +527,14 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
527527
<TooltipApp interactive position="top">
528528
<span
529529
tabindex="0"
530-
class="i-lucide:info w-3.5 h-3.5 me-1 text-fg-subtle cursor-help shrink-0 rounded-sm"
531-
role="img"
532-
:aria-label="$t('package.versions.filter_help')"
533-
/>
530+
class="block cursor-help shrink-0 -m-2 p-2 -me-1 focus-visible:outline-2 focus-visible:outline-accent/70 rounded"
531+
>
532+
<span
533+
class="block i-lucide:info w-3.5 h-3.5 text-fg-subtle"
534+
role="img"
535+
:aria-label="$t('package.versions.filter_help')"
536+
/>
537+
</span>
534538
<template #content>
535539
<p class="text-xs text-fg-muted">
536540
<i18n-t keypath="package.versions.filter_tooltip" tag="span">

0 commit comments

Comments
 (0)