-
Notifications
You must be signed in to change notification settings - Fork 656
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
Reactions option not styled #799
Comments
Hmm, those user avatars don't show for me and I cannot reproduce with the HTML either. Can you post the CSS rule that adds this background? |
Should be .rgh-reactions-near-limit {
background: rgb(255, 255, 255);
background-image: initial;
background-position-x: initial;
background-position-y: initial;
background-size: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: rgb(255, 255, 255);
} |
This coloring is a (questionable) addition of refined-github. You should have mentioned this extension. I added some limited support for styles of that extension. I think their choice of |
Hell. Sorry I totally forgot i have this extension installed. 😐 Sorry for mystification. |
Reactions option is not styled when there more reactions, everything work fine for few reactions.
This issue contains both cases: microsoft/vscode#52629
OK
Everything work fine for less reactions.
The text was updated successfully, but these errors were encountered: