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 clip cut into the pill's tighter corner curve, making the border thinner at the corners in both collapsed and expanded states. The pill now carries no border/radius of its own so .float is the single border surface, matching the other pills.
Ref #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 clip cut into the pill's tighter corner curve, making the border thinner at the corners in both collapsed and expanded states. The pill now carries no border/radius of its own so .float is the single border surface, matching the other pills.
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
fen
merged commit 44cff7e718 into dev2026-09-10 19:18:27 +00:00
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.
Ref #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 clip cut into the pill's tighter corner curve, making the border thinner at the corners in both collapsed and expanded states. The pill now carries no border/radius of its own so .float is the single border surface, matching the other pills.