Skip to content

Fix #14: Make checkboxes turn green when checked - #21

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
claude/issue-14
Open

Fix #14: Make checkboxes turn green when checked#21
github-actions[bot] wants to merge 1 commit into
mainfrom
claude/issue-14

Conversation

@github-actions

@github-actions github-actions Bot commented Feb 1, 2026

Copy link
Copy Markdown

Closes #14

Demo

Demo

Demo

Demo

Summary

Added CSS styling to make checked checkboxes [x] display in green color (#22c55e in light mode, #4ade80 in dark mode) for satisfying visual feedback. Unchecked checkboxes [ ] remain in the default text color.

Before & After

Before After
before after
Checked checkboxes displayed in default black/gray color Checked checkboxes now display in green, providing visual feedback

Files Changed

  • src/components/Editor.css: Added .checkbox-checked styles with green color for both light and dark themes

Tests

  • e2e/issues/14/verify.spec.ts - Verification test with before/after assertions
  • e2e/issues/14/demo.spec.ts - Demo recording showing checkboxes turning green when checked

🤖 Generated with Claude Code

Co-Authored-By: Claude <claude@anthropic.com>
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.

Make checkboxes turn green when checked

1 participant