File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ onClickOutside(containerRef, () => {
272272 <ButtonBase
273273 v-if =" showNoDependencyOption"
274274 data-navigable
275- class =" block w-full text-start"
275+ class =" block w-full text-start !border-transparent "
276276 :class =" highlightedIndex === 0 ? '!bg-accent/15' : ''"
277277 :aria-label =" $t('compare.no_dependency.add_column')"
278278 @mouseenter =" highlightedIndex = 0"
@@ -297,7 +297,7 @@ onClickOutside(containerRef, () => {
297297 v-for =" (result, index) in filteredResults"
298298 :key =" result.name"
299299 data-navigable
300- class =" block w-full text-start my-0.5"
300+ class =" block w-full text-start my-0.5 !border-transparent "
301301 :class =" highlightedIndex === index + resultIndexOffset ? '!bg-accent/15' : ''"
302302 @mouseenter =" highlightedIndex = index + resultIndexOffset"
303303 @click =" addPackage(result.name)"
You can’t perform that action at this time.
0 commit comments