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 3fc9ebd commit 0393a0cCopy full SHA for 0393a0c
1 file changed
app/components/Package/SelectionView.vue
@@ -25,16 +25,7 @@ const { data, pending } = useAsyncData(
25
26
<template>
27
<section>
28
- <header class="mb-6 flex items-center justify-between">
29
- <button
30
- type="button"
31
- class="cursor-pointer inline-flex items-center gap-2 font-mono text-sm text-fg-muted hover:text-fg transition-colors duration-200 rounded focus-visible:outline-accent/70"
32
- @click="closeSelectionView"
33
- :aria-label="$t('nav.back')"
34
- >
35
- <span class="i-lucide:arrow-left rtl-flip w-4 h-4" aria-hidden="true" />
36
- <span class="hidden sm:inline">{{ $t('nav.back') }}</span>
37
- </button>
+ <header class="mb-6 flex items-center justify-end">
38
<div class="flex items-center gap-2">
39
<ButtonBase variant="secondary" @click="clearSelectedPackages">
40
{{ $t('filters.clear_all') }}
0 commit comments