/ Published in: CSS
Expand |
Embed | Plain Text
a:focus { outline: none; /* Damit Firefox keinen aktiven Rand um Links zeigt */ }
Comments
Subscribe to comments
You need to login to post a comment.
rolfthomas on 05/29/08
css textmate link a line dottet
1 person have marked this snippet as a favorite
a:focus { outline: none; /* Damit Firefox keinen aktiven Rand um Links zeigt */ }
Subscribe to comments
You need to login to post a comment.
Just doing a wildcard will do it too: * { outline:none; }