fix(ui): tag-chip left-edge clipping + kind-coloured border #206
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two tag-chip (TagChip.vue) fixes, both flagged after the larger-chip change:
25e555c) — the size=default chip widened Vuetify's negative start-margin on the leading kind-icon, placing it left of the.v-chip__contentbox whoseoverflow:hidden(name-truncation guard) then clipped its left edge. Zeroed the icon's negative inline-start margin so it sits inside the clip box.a017771) — the tonal fill (esp. character = info) is faint and blends into the dark tag rail. Added a thin border in each chip's own kind colour viacolor-mixoncurrentColor. Theme-aware in light and dark; fill unchanged.CSS-only, no migration. CI-green on dev (run 2063, all four lanes). Plain
:latestredeploy picks it up.🤖 Generated with Claude Code