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

html links broken #14

Closed
under-score opened this issue Nov 3, 2016 · 3 comments
Closed

html links broken #14

under-score opened this issue Nov 3, 2016 · 3 comments
Assignees

Comments

@under-score
Copy link

html links are broken after applying a filter, see https://www.wjst.de/images/pretty/central/2014RedhookCriteriumMilano/20141011_212151__DSC4829.jpg

@laurenwaller
Copy link
Owner

laurenwaller commented Nov 4, 2016

@under-score The cssco class adds an absolutely positioned pseudo element (:after) on top of the contents inside it's container, so when those classes are added to your photo, the filter is added above your anchor, therefore breaking the link.

You could solve this by putting the <div class="cssco cssco--xx"><img src=""></div> container INSIDE the anchor, as opposed to outside, so that the pseudo element doesn't affect the anchor?

@under-score
Copy link
Author

super, that's it

@laurenwaller
Copy link
Owner

@under-score 👍

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