1
0
Fork 0

fix(shared): Styles for buttonhole start and end

This commit is contained in:
Joost De Cock 2022-09-01 19:34:34 +02:00
parent e8b8e1d7be
commit 1812ed6be9

View file

@ -176,7 +176,11 @@ g#bnotch circle.fill-note { fill: var(--pattern-note); }
g#button circle.mark { stroke: var(--pattern-mark); fill: none; }
g#button circle.fill-mark { fill: var(--pattern-mark); }
g#button circle.no-stroke { stroke: none; }
g#buttonhole path.mark { fill: none; stroke: var(--pattern-mark); }
g#buttonhole path.mark,
g#buttonhole-start path.mark,
g#buttonhole-end path.mark {
fill: none; stroke: var(--pattern-mark);
}
/* Same for paperless grid, also in shadow DOM */
rect.grid {