rietveld-codereview / rietveld

Code Review, hosted on Google App Engine
https://codereview.appspot.com
Apache License 2.0
557 stars 152 forks source link

Highlight current row of Unified diff table #548

Open ericlaw1979 opened 8 years ago

ericlaw1979 commented 8 years ago

image

When the window is wide, it's not trivial to see which "View" link belongs to which file. It would be great (and hopefully not hard) if there was a hover-highlight for the entire row (akin to what Windows Explorer does):

div.issue-list tr:hover { background-color: #ccff99; }

image

chitwoodj commented 7 years ago

Yo