Allow selecting text in new files again.
Review Request #6609 — Created Nov. 19, 2014 and submitted — Latest diff uploaded
The CSS that made text in unrelated columns unselectable when selecting text
wasn't correct in the case of new files (where the "number 1" column uses td.r
for styling). To fix this, I've added a :not selector to verify that we don't
unintentionally disable selection for new files.
Tested text selection in both new and changed files.