Ah, it’s an outdated browser issue. (Mac, Chromium 103.) (Lack of support for the :has() pseudo-class, specifically, in the selector .TopPostsPage-imageGridPostBody:hover:not(:has(.TopPostsPage-imageGridPostHidden)) .TopPostsPage-imageGridPostAuthor, is what’s causing the problem.)
How do you see the author? Hovering doesn’t do that, for me…
Huh, it definitely should do that. See my screenshot in response to you in this comment: http://www.lesswrong.com/posts/qvCMiwkBqdYjfiX6n/new-lesswrong-review-winner-ui-the-leastwrong-section-and?commentId=RDZAizo8EMSmYLAZs
What browser/device combo are you on?
Ah, it’s an outdated browser issue. (Mac, Chromium 103.) (Lack of support for the
:has()
pseudo-class, specifically, in the selector.TopPostsPage-imageGridPostBody:hover:not(:has(.TopPostsPage-imageGridPostHidden)) .TopPostsPage-imageGridPostAuthor
, is what’s causing the problem.)Ah, yeah, we do sure rely on that, and it’s really quite hard to work around without moving a lot of stuff into JS, which I wanted to avoid.