sindresorhus/refined-github

`reactions-avatars` style applied to not implemented pages #4630

altrisi posted onGitHub

Please ensure:

  • The bug is caused by Refined GitHub. It doesn't happen if I disable the extension.

Description

The reaction count number in a discussion's or a release's reaction gets a gray background in a square around it.

Not only that, those counts also seem to get slightly misaligned and smaller in comparison to without Refined Github.

Find Feature can't find it, so it may be a problem in a global stylesheet.

Screenshot

With Refined Github: imagen

Without Refined Github: imagen

Console errors

No response

Example URL

https://github.com/github/feedback/discussions/4291 https://github.com/sindresorhus/refined-github/releases/tag/21.8.1

Browser(s) used

Firefox 90.0.2


It's the same for reactions in releases.

posted by jdreesen over 3 years ago

Thank you for the report @altrisi

This should be an easy fix, it's just a matter of finding a stricter selector in the CSS. Pseudo-code:

- .reaction {
+ .comments .reaction {
posted by fregante over 3 years ago

Fund this Issue

$0.00
Funded

Pull requests