Skip to content

[codex] Improve hybrid task checkbox rendering - #92

Open
bendsp wants to merge 1 commit into
codex/editor-quality-passfrom
codex/feature-hybrid-task-checkbox-rendering
Open

[codex] Improve hybrid task checkbox rendering#92
bendsp wants to merge 1 commit into
codex/editor-quality-passfrom
codex/feature-hybrid-task-checkbox-rendering

Conversation

@bendsp

@bendsp bendsp commented May 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • draw a visible checkmark for checked hybrid task list items
  • reduce the filled-box ambiguity by using a focused checked-state outline
  • add a subtle line-through treatment for completed task text

Validation

  • pnpm lint
  • pnpm typecheck
  • pnpm test:unit

Copilot AI review requested due to automatic review settings May 9, 2026 14:28

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refines the hybrid markdown task-list styling in the renderer to make checked items more visually distinct and less ambiguous across themes.

Changes:

  • Adds a dedicated checkmark glyph for checked hybrid task list items via a ::after pseudo-element.
  • Adjusts the checked checkbox styling to use a subtle outline instead of the prior filled-box inset treatment.
  • Applies a muted line-through styling to completed task text, including tuned thickness and color.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants