Selecting text on a recent activity cell should not activate the onClick funciton
Current behavior: If you try to select text on the current activity cell, it will act as a regular click, and navigate to the score page.
Wanted behavior: Do not click through if user is just selecting text.
Normally if you click and drag on a link it does not select text, it drags the link. However, holding alt and click+drag does select text without clicking the link. These boxes are really links though, but they should at least try to act like them.
I'm not sure how to go about fixing this one, but ideally a click should open the new page, but if that click selected text, it should not. For an example of this, see how tweets on twitter behaves.