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 0cae95b commit bec7a82Copy full SHA for bec7a82
1 file changed
app/components/PackageDependencies.vue
@@ -187,12 +187,10 @@ const sortedOptionalDependencies = computed(() => {
187
</NuxtLink>
188
<span
189
v-if="peer.optional"
190
- class="shrink-0 text-fg-muted hover:text-fg transition-colors duration-200 cursor-help inline-flex items-center"
+ class="px-1 py-0.5 font-mono text-[10px] text-fg-subtle bg-bg-muted border border-border rounded shrink-0"
191
:title="$t('package.dependencies.optional')"
192
- :aria-label="$t('package.dependencies.optional')"
193
- role="img"
194
>
195
- <span aria-hidden="true" class="i-carbon:information w-3 h-3 block" />
+ {{ $t('package.dependencies.optional') }}
196
</span>
197
</div>
198
<NuxtLink
0 commit comments