Our jk based row highlighting in not working in Microsoft Edge.
This appears to be happening due to this problem:
@awesomerobot can you add this to your list? I don’t want to break Chrome/Firefox to fix Edge here, but it looks like we are doing something not exactly fully compliant here.
Turns out Edge doesn’t support box-shadows on tables that have border-collapse: collapse, I found an existing issue from 2015… so not expecting a fix anytime soon.
Fortunately, what does work is setting box-shadow to inset.
Unfortunately inset would overlap with avatars on topics (which aren’t tables and don’t have this problem anyway).
So the best option is to set the box-shadow to inset on tables and leave it outset on posts.