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, 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.