Looking for a link with a specific style?
a {
color: #999;
&:hover { color: #008da0; }
&:visited { color: #999; } /* I added this to test if it's gonna fix it, but it didn't */
}
Upon clicking the link, it turns blue and remains so until you click elsewhere. This could be some form of highlighting or maybe the hover color that persists in the browser. Once you click away from the link, it reverts back to gray as expected.
Check out this video demonstration: http://youtu.be/EcTmJ_H4ozE