[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(ui): make button right icon center (#810)

Co-authored-by: Daniel Roe <daniel@roe.dev>

authored by

Chris
Daniel Roe
and committed by
GitHub
37a77c9a 3a46b10b

+3 -3
+1 -1
app/components/Filter/Chips.vue
··· 21 21 }}</span> 22 22 <button 23 23 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" 25 25 :aria-label="$t('filters.remove_filter', { label: chip.label })" 26 26 @click="emit('remove', chip)" 27 27 >
+1 -1
app/components/Package/ListToolbar.vue
··· 173 173 </option> 174 174 </select> 175 175 <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" 177 177 aria-hidden="true" 178 178 > 179 179 <span class="i-carbon-chevron-down w-4 h-4" />
+1 -1
app/components/PaginationControls.vue
··· 165 165 </option> 166 166 </select> 167 167 <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" 169 169 aria-hidden="true" 170 170 > 171 171 <span class="i-carbon-chevron-down w-3 h-3" />