We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05492d5 commit 0038a71Copy full SHA for 0038a71
1 file changed
app/components/Package/Versions.vue
@@ -527,10 +527,14 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
527
<TooltipApp interactive position="top">
528
<span
529
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
- />
+ class="block cursor-help shrink-0 -m-2 p-2 -me-1 focus-visible:outline-2 focus-visible:outline-accent/70 rounded"
+ >
+ <span
+ 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>
538
<template #content>
539
<p class="text-xs text-fg-muted">
540
<i18n-t keypath="package.versions.filter_tooltip" tag="span">
0 commit comments