Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing comment report showing dot. #1989

Merged
merged 3 commits into from
Jul 26, 2023

Conversation

dessalines
Copy link
Member

Description

The comment report showed a dot because it was incorrectly a <li>

Screenshots

Before

Screenshot_2023-07-26-14-36-40-082_mark via gp

After

Screenshot_2023-07-26-14-46-49-802_mark via gp

@SleeplessOne1917
Copy link
Member

I believe comment nodes were made lists/list items for accessibility purposes. You could probably preserve the list items while still fixing the issue by setting the the list decoration to none.

@dessalines
Copy link
Member Author

Ah good call, found a better way to do it.

@SleeplessOne1917 SleeplessOne1917 merged commit 88f89cb into main Jul 26, 2023
dessalines added a commit that referenced this pull request Jul 26, 2023
* Fixing comment report showing dot.

* Using list-unstyled instead of removing <ul and <li
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