Fix #222: details pill border clipped thin at corners #226

Closed
fen wants to merge 1 commits from fix-222-pill-border into dev
Collaborator

overflow:hidden on .stats-pill clips its own 1px border thin at the rounded corners (details pill only, collapsed and expanded). Replaced with an inset box-shadow ring of 1px var(--border), which paints inside the clip path and keeps uniform thickness. Closes #222

overflow:hidden on .stats-pill clips its own 1px border thin at the rounded corners (details pill only, collapsed and expanded). Replaced with an inset box-shadow ring of 1px var(--border), which paints inside the clip path and keeps uniform thickness. Closes #222
fen added 1 commit 2026-09-10 19:17:30 +00:00
Fix #222: details pill border clipped thin at corners
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 44s
c20de4c475
overflow:hidden on .stats-pill clips the element's own 1px border thin at
the rounded corners (visible at high zoom). Use an inset box-shadow ring
instead, which paints inside the clip path.
fen closed this pull request 2026-09-10 19:22:25 +00:00

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.