Not a bug is this a bug? Underline on hover

Hi,

somehow suddenly without my notice al my links have underlines when hovering over them. Did not change anything about this but somehow it's there. don't even know how to silve this.

check just one message and hover over some text

http://www.socialmediatalk.nl/threads/google-brand-page-audit.186/#post-199

don't want undelines on hover ;-(

That looks like remnants of the box-shadow.

Set box-shadow to none and you may need to important this if doing it via EXTRA.CSS or set it to none in style properties

Code:
.ugc a:hover, .ugc a:focus {

box-shadow: none;}
 
That looks like remnants of the box-shadow.

Set box-shadow to none and you may need to important this if doing it via EXTRA.CSS or set it to none in style properties

Code:
.ugc a:hover, .ugc a:focus {

box-shadow: none;}


Well Shelley....you did it again......i don't know why and how but suddenly this box shadow appeared in the style properties....i got rid of it and it works fine again now. thanx a lot
 
Top Bottom