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

Multiple broken styles in issue threads when using GitHub's new issues (beta) #1372

Open
bastimeyer opened this issue Dec 16, 2024 · 0 comments
Labels
bug 🐛 Something isn't working

Comments

@bastimeyer
Copy link

GH has introduced a beta program for their new issue tracker implementation a while ago:
https://github.blog/changelog/2024-10-01-evolving-github-issues-public-beta/

Since this requires repos/orgas to have access to the new issues and since this is still a beta program, I don't expect any fixes here, but I still wanted to report the style issues, just in case.

Here's what's broken:

  • The background-color of the OP in an issue thread (PRs are looking fine) incorrectly uses the [data-testid="issue-viewer-issue-container"] selector, which is the parent node of the actual content box. This parent node also includes the user avatar to the left of the content box, hence the extension of the background-color to the left
  • Labels that have a description text have a font-weight: 600 value, whereas ones without a description have a value of 400
  • Some event-items in the issue feed/timeline have a background-color that doesn't fit the theme
  • The sub-issue summary (the "pill" button) (.hx_IssueLabel, [class^="TokenBase__StyledTokenBase"] selector) has an incorrect border-color

Some of the issues have only started to occur a few days ago, which is the reason why I'm reporting these issues now.

Thanks for your time and also the maintenance of this great theme. 👍

@bastimeyer bastimeyer added the bug 🐛 Something isn't working label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant