claude/skills/client-handover
bastien 7db8f01074 fix(client-handover): CSS — kill checkbox overlap with adjacent inline elements
Old rule `li input[type="checkbox"] + *` absolutely-positioned the first
element sibling after the checkbox (typically <a>, <code>, <strong>),
yanking links and code spans out of flow and overlapping adjacent
content in the rendered PDF.

Replace with a targeted rule that styles the native disabled checkbox
inline (small green box) and leaves siblings untouched. Pandoc GFM emits
`<li><input disabled type="checkbox"> text…</li>` with no wrapper class,
so we target `li > input[type="checkbox"]` directly.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-11 16:09:12 +02:00
..
checklists fix(client-handover): NAP table — add description + swap BrightLocal→Moz Local 2026-05-11 16:09:07 +02:00
resources/branding fix(client-handover): CSS — kill checkbox overlap with adjacent inline elements 2026-05-11 16:09:12 +02:00
scripts feat(client-handover): 6-chapter doc — promote scores + NAP chapters 2026-05-11 16:09:01 +02:00
SKILL.md feat(client-handover): 4-chapter doc structure + branded HTML/PDF rendering 2026-05-07 19:08:59 +02:00
test-prompts.json test(darwin-skill): add baseline test-prompts.json for 18 personal skills 2026-05-06 17:53:51 +02:00