codecov / codecov-browser-extension

A browser extension for Codecov. Works for Chrome and Firefox
Apache License 2.0
37 stars 12 forks source link

Extension may be impacting GH discussions #18

Closed Dhrumil-Sentry closed 1 year ago

Dhrumil-Sentry commented 1 year ago

I think the codecov extension may be unnecessarily changing the GH discussion page, First image is what I see when the extension is enabled and the second is the proper rendering when I removed the extension

image

image

anukul commented 1 year ago

Looks like a CSS conflict with the styling library (basscss) we have injected for use in the extension. I'll try to make it so that basscss classnames have a custom prefix (e.g. codecov-extension-col-8) or move to a different library that allows this.