Skip to content
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

Closed
jasonmelgoza opened this issue Aug 26, 2011 · 3 comments
Closed

Outline none for Firefox #99

jasonmelgoza opened this issue Aug 26, 2011 · 3 comments

Comments

@jasonmelgoza
Copy link

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 */

@mdo
Copy link
Member

mdo commented Sep 2, 2011

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.

@mdo mdo closed this as completed Sep 2, 2011
@jasonmelgoza
Copy link
Author

That's good enough reason for me. Thanks for clearing it up Mark!

@philipwalton
Copy link

As long as :focus and/or :active is set on elements, removing the outline shouldn't be a problem, but I agree this should be left to individual users of bootstrap to override.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants