Two tag-chip (TagChip.vue) fixes, both flagged after the larger-chip change:
Left-edge clipping (25e555c) — the size=default chip widened Vuetify's negative start-margin on the leading kind-icon, placing it left of the .v-chip__content box whose overflow:hidden (name-truncation guard) then clipped its left edge. Zeroed the icon's negative inline-start margin so it sits inside the clip box.
Washed-out chips (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 via color-mix on currentColor. Theme-aware in light and dark; fill unchanged.
CSS-only, no migration. CI-green on dev (run 2063, all four lanes). Plain :latest redeploy picks it up.
Two tag-chip (TagChip.vue) fixes, both flagged after the larger-chip change:
1. **Left-edge clipping** (`25e555c`) — the size=default chip widened Vuetify's negative start-margin on the leading kind-icon, placing it left of the `.v-chip__content` box whose `overflow:hidden` (name-truncation guard) then clipped its left edge. Zeroed the icon's negative inline-start margin so it sits inside the clip box.
2. **Washed-out chips** (`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 via `color-mix` on `currentColor`. Theme-aware in light and dark; fill unchanged.
CSS-only, no migration. CI-green on dev (run 2063, all four lanes). Plain `:latest` redeploy picks it up.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
The larger size=default chip widened Vuetify's negative start-margin on the
leading kind-icon, placing it left of the .v-chip__content box whose
overflow:hidden (the name-truncation guard) then clipped its left edge.
Zero the icon's negative inline-start margin so it sits inside the clip box;
the chip's 12px padding keeps a comfortable left inset.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The tonal fill (esp. character = info) is intentionally faint and blends into
the dark tag rail. Add a thin border in each chip's own kind colour via
color-mix on currentColor (the tonal chip's themed foreground), defining the
edge without changing the fill. Theme-aware in both light and dark.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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