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

Post/website thumbnail hover state #191

Closed
marko-srb opened this issue Sep 27, 2023 · 3 comments
Closed

Post/website thumbnail hover state #191

marko-srb opened this issue Sep 27, 2023 · 3 comments

Comments

@marko-srb
Copy link

When a user hovers on the website/post thumbnail, the hover state should activate the link below as well. Underline it and blueberry. Same as if you were to only hover a link itself.

screenshot for reference
Screen Shot 2023-09-27 at 22 59 03

Or is there a rationale that makes this a bad approach?

CC: @jasmussen

@ryelle
Copy link
Contributor

ryelle commented Sep 27, 2023

They are two separate elements (blocks), screenshot and post title. They're also in separate containers, technically, so that the title + tags (soon to be categories) can be in a row below the title.

I thought about trying sibling selectors, but i think since they're separated by a few divs, that wouldn't work either.

@jasmussen
Copy link

I understand the motivation: it's the same link, why have two destinations? But to Kelly's point, this is non-trivial to implement. You could potentially explore a li:hover, but I think that might be misleading too. I personally think it's okay as-is.

@marko-srb
Copy link
Author

In that case, let's close this one. Thanks for the clarification. I'll close it shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants