-
-
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
Carousel slider gets dotted border #10147
Comments
This is most likely the browser's own focus styling. |
Yes, perhaps a |
a:focus {outline:thin dotted #333;} is applied. Fix: Just add {outline:none !important} to the already defined .carousel-control:focus |
Guys please help solve the slider dotted issue |
This should be reopened. It's understandable to find the dotted outline ugly, but it does serve a purpose: It indicates to keyboard users -- navigating by Using the If you are unhappy with the
|
+1'ing @Heydon here. I'm sure just doing :hover, If it doesn't work, create something else. I suggest - a) put what you've pulled out back in so designers/developers make it work for their designs stripping it out because of 'the look' of it smarts of developer laziness. |
ok, looking at the current state of the carousel http://getbootstrap.com/javascript/#carousel it does seem that there IS a visual indication of focus (minus the outline). we can now argue about whether that indication is STRONG enough or not, but at least it's not a complete removal. rather than reopening this bug, i'd suggest - if you feel strongly about it - submitting an alternative stronger styling as a discrete improvement patch / pull request |
A minor annoyance in the carousel plugin:
After clicking on one of the side bars, it gets a dotted border in firefox and IE. Probably missing an
event.preventDefault()
somewhere. http://www.youtube.com/watch?v=vNHu8-1vOGMThe text was updated successfully, but these errors were encountered: