File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ const pkgDescription = useMarkdown(() => ({
166166 v-for =" keyword in result.package.keywords.slice(0, 5)"
167167 :key =" keyword"
168168 type =" button"
169- class =" tag text-xs hover:bg-fg hover:text-bg hover:border-fg transition-colors duration-200 focus-visible:ring-2 focus-visible:ring-fg focus-visible:ring-offset-1 pointer-events-auto"
169+ class =" tag text-xs hover:bg-fg hover:text-bg hover:border-fg transition-colors duration-200 focus-visible:ring-2 focus-visible:ring-fg focus-visible:ring-offset-1 border-solid pointer-events-auto"
170170 :class =" { 'bg-fg text-bg hover:opacity-80': props.filters?.keywords.includes(keyword) }"
171171 :title =" `Filter by ${keyword}`"
172172 @click.stop =" emit('clickKeyword', keyword)"
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ const allMaintainersText = computed(() => {
127127 v-for =" keyword in pkg.keywords.slice(0, 3)"
128128 :key =" keyword"
129129 type =" button"
130- class =" tag text-xs hover:bg-fg hover:text-bg hover:border-fg transition-colors duration-200 focus-visible:ring-2 focus-visible:ring-fg focus-visible:ring-offset-1"
130+ class =" tag text-xs hover:bg-fg hover:text-bg hover:border-fg transition-colors duration-200 focus-visible:ring-2 focus-visible:ring-fg focus-visible:ring-offset-1 border-solid "
131131 :class =" { 'bg-fg text-bg hover:opacity-80': props.filters?.keywords.includes(keyword) }"
132132 :title =" `Filter by ${keyword}`"
133133 @click.stop =" emit('clickKeyword', keyword)"
You can’t perform that action at this time.
0 commit comments