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 f4cfdee commit 41ed66aCopy full SHA for 41ed66a
1 file changed
app/components/ColumnPicker.vue
@@ -71,14 +71,13 @@ function handleReset() {
71
<div class="relative">
72
<ButtonBase
73
ref="buttonRef"
74
- class="inline-flex items-center gap-1.5 px-3 py-1.5 border border-border rounded-md hover:border-border-hover focus-visible:ring-2 focus-visible:ring-fg focus-visible:ring-offset-2 focus-visible:ring-offset-bg"
75
:aria-expanded="isOpen"
76
aria-haspopup="true"
77
:aria-controls="menuId"
78
@click.stop="isOpen = !isOpen"
+ classicon="i-carbon-column"
79
>
80
- <span class="i-carbon-column w-4 h-4" aria-hidden="true" />
81
- <span class="font-mono text-sm">{{ $t('filters.columns.title') }}</span>
+ {{ $t('filters.columns.title') }}
82
</ButtonBase>
83
84
<Transition name="dropdown">
0 commit comments