File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const emit = defineEmits<{
2121 }}</span >
2222 <button
2323 type =" button"
24- class =" ms-0.5 hover:text-fg rounded-full p-0.5 transition-colors duration-200 focus-visible:ring-2 focus-visible:ring-fg focus-visible:ring-offset-1"
24+ class =" flex items-center ms-0.5 hover:text-fg rounded-full p-0.5 transition-colors duration-200 focus-visible:ring-2 focus-visible:ring-fg focus-visible:ring-offset-1"
2525 :aria-label =" $t('filters.remove_filter', { label: chip.label })"
2626 @click =" emit('remove', chip)"
2727 >
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ function getSortKeyLabelKey(key: SortKey): string {
173173 </option >
174174 </select >
175175 <div
176- class =" absolute inset-ie-2 top-1/2 -translate-y-1/2 text-fg-subtle pointer-events-none"
176+ class =" flex items-center absolute inset-ie-2 top-1/2 -translate-y-1/2 text-fg-subtle pointer-events-none"
177177 aria-hidden =" true"
178178 >
179179 <span class =" i-carbon-chevron-down w-4 h-4" />
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ function handlePageSizeChange(event: Event) {
165165 </option >
166166 </select >
167167 <div
168- class =" absolute inset-ie-2 top-1/2 -translate-y-1/2 text-fg-subtle pointer-events-none"
168+ class =" flex items-center absolute inset-ie-2 top-1/2 -translate-y-1/2 text-fg-subtle pointer-events-none"
169169 aria-hidden =" true"
170170 >
171171 <span class =" i-carbon-chevron-down w-3 h-3" />
You can’t perform that action at this time.
0 commit comments