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

Adblock Plus can hide sharing link #17

Open
ConnorKrammer opened this issue Apr 21, 2018 · 1 comment
Open

Adblock Plus can hide sharing link #17

ConnorKrammer opened this issue Apr 21, 2018 · 1 comment

Comments

@ConnorKrammer
Copy link

When Adblock Plus has the "Block social media icons tracking" option enabled, it injects a stylesheet that, among other things, explicitly sets display: none !important on any element with the class .sharing-link. This causes the sharing link to be hidden in Conclave (and is really not Conclave's fault at all).

As far as I can tell, the class .sharing-link is only referenced once in the code base, to set display: inline-block—it might be worth changing the class name or targeting the element in another manner.

@sunny-b
Copy link
Contributor

sunny-b commented Apr 27, 2018

Thanks for bringing this to our attention. We should be able to change that class name easily enough. Will do so when I get some time.

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

No branches or pull requests

2 participants