Modify checkbox css to omit bullet/number and fix spacing#893
Merged
Conversation
juliasilge
reviewed
Jan 23, 2026
Collaborator
There was a problem hiding this comment.
This is looking so much better for un-nested lists!
However, nested lists still exhibit some problems, similar to what is pointed out in #378 (comment):
Here is what I was using:
- [x] Ut enim ad minim veniam
- [ ] Quis nostrud exercitation ullamco laboris
- [ ] Nisi ut aliquip ex ea commodo consequat
- [ ] Duis aute irure dolorAre you going to address the nested lists with #378?
Collaborator
Author
|
I did remove the bullets/numbers for nested lists. I think what you might be getting at is that it feels like a checkbox that contains a nested list should not be vertically-centered beside that list, rather it should be vertically align to the top. I'll try to address that. |
3aa395b to
3aff181
Compare
Collaborator
Author
|
@juliasilge I've changed the vertical alignment of the checkboxes. Does this address what you are talking about? |
juliasilge
approved these changes
Jan 23, 2026
Collaborator
juliasilge
left a comment
There was a problem hiding this comment.
Yes, that looks great! 🙏
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fixes #378
Checkbox items no longer have bullets or numbers (if in an unordered list or ordered list respectively).
Note: Checkbox items in bulleted and numbered lists look identical now. This could be misleading because if all the items are checkbox-ed, you won't know if its a bulleted or numbered list. I think this is okay because its consistent with how markdown is usually rendered.