Files
palette/internal/web/static
fen fa702eb8b1
CI / test (pull_request) Successful in 42s
CI / docker (pull_request) Skipped
Fix details pill border clipped thin at corners (#222)
The details pill drew its own 1px border with a 10px radius inside .float, which draws the real border at 20px radius and clips with overflow:hidden. The parent's looser curve clipped the pill's tighter corner curve, making the border appear thinner/cut at the corners, in both collapsed and expanded states. Drop the pill's own border/radius so .float is the single border surface, matching the other pills on the page.

Ref #222
2026-09-10 14:16:28 -05:00
..