mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:41:09 +02:00
The whole pill family used a translateY(-1px / -2px) on :hover that made the chrome jitter every time the cursor crossed anything — especially noticeable in the TagStrip, PillNav, and the user-menu bar where pills sit close together and a 1-2px jump reads as twitching rather than polish. Removed the hover transform (and the matching :active reset on the base Pill) from: - Pill.svelte — base primitive, covers PillNav + every bar pill - AppDrawer.svelte — .glass-pill in the app switcher - PillTagSelector.svelte — .glass-pill in the quick-input tag selector - PillTimeRangeSelector.svelte — .glass-pill in the calendar range picker - UserMenuPanel.svelte — .chip hover in the popover variant Background, border, and shadow hover states are kept — only the vertical displacement is gone. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||