Hiya Rowley
Hmmm I wonder what's going on with those avatars. Mine does highlight on hover when I'm on other pages (GE, Home Page, Wiki) But not on forums. Checked with Linkify disabled of course.
It's a webkit filter for the brightness on hover, but not on forum pages (for me anyway). I'm surprised they didn't give it a nice transition.
-webkit-filter: brightness(1.2);
The should have made it...
.userBar .loggedIn .avatar:hover {
-webkit-filter: brightness(1.2);
transition: all .3s;
}
to make it a bit nicer, they might as well if they are using webkit prefixes.
I might add in a transition when I fiddle around it with next.
Been a bit distracted lately (working on my site and neglecting RS Linkify) I keep changing my mind with things. It's like two steps forward and one step backward. But I'm getting there