/ Published in: CSS
Expand |
Embed | Plain Text
:focus{ -moz-outline-style: none; }
Comments
Subscribe to comments
You need to login to post a comment.
cristiana on 02/05/09
1 person have marked this snippet as a favorite
:focus{ -moz-outline-style: none; }
Subscribe to comments
You need to login to post a comment.
And in case you want to fix this permanently in Firefox, you can go to about:config and change the setting browser.display.focusringwidth to 0 (zero.)
On another note, this does hurt accessibility as you cannot see what you are focused on when tabbing through links.
And its focus [underscore] ring [underscore] width