There's a certain area around tags where they will flip constantly between their normal and hover states. Please see the following video for an illustration of the issue:

enter image description here

This is in Chrome stable in case it makes a difference.

share|improve this question
5  
Weeeeeeeeeeeeeeeeeeeeeeee...hours of fun. – Bart Feb 27 at 14:31
hmm, doesn't behave like that in any of my browsers(Opera/Chrome/Mozilla/IE) – hjpotter92 Feb 27 at 14:37
Yeah, this bugs me. tags in chat do it too. I think it varies a bit by site though. Depends if the border width changes. It doesn't work on MSO for instance – Ben Brocka Feb 27 at 14:43
1  
just imagine if they had hover sound o_O – ajax333221 Feb 28 at 1:40

1 Answer

Yeah, on Super User .post-text a:hover's border-bottom: 1px #6C0000 dotted; is more specific than the border defined for .post-text .post-tag, and the variation in border definitions causes it to flip back and forth between the hover and non-hover states.

Tweaking the selector/adding the border definition to the .post-text a.post-tag:hover style should fix things.

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged