File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -232,15 +232,6 @@ function PrStatusIcon({
232232 // radial-gradient mask punches a hole in the PR glyph under the badge so
233233 // both shapes stay legible on any row background (hover, selected, command
234234 // palette highlight) without hardcoding a cutout ring color.
235- //
236- // All geometry is relative to the glyph's rendered box, not the `size`
237- // prop: quill's `.quill-button svg:not([class*=size-])` rule resizes the
238- // glyph to the button's icon size (14px in the sidebar), and the badge and
239- // mask must track whatever actually renders so the composite stays the
240- // same size as the plain PR icons on local-run rows. The badge's inline
241- // percentage dimensions also exempt it from that quill rule. Badge: 65% of
242- // the glyph, bleeding 9% past the corner, centered at 76.5%; the mask
243- // hole's 37% radius leaves a thin ring around it.
244235 const mask =
245236 "radial-gradient(ellipse 37% 37% at 76.5% 76.5%, transparent 97%, black 100%)" ;
246237 const icon = (
You can’t perform that action at this time.
0 commit comments