-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outline none for Firefox #99
Comments
I'm going to leave the outline in. It's a huge usability boost, for other devices and for just tabbing through things with your keyboard. |
That's good enough reason for me. Thanks for clearing it up Mark! |
As long as |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm usually on Chrome so I didn't noticed this last week however I was testing this out in FF and noticed outlines in
<a>
tags. I usually get rid of them with the style below. Just a suggestion. Awesome tool kit though.a { outline: none; } /* Removes Firefox imposed outline */
The text was updated successfully, but these errors were encountered: