I tried this example: removing css button outline ie 6.0, 7.0
...by adding outline:none; and border:none; but that doesn't resolve the issue, as you can see here:
What do I do to get rid of that pesky little outline?
I tried this example: removing css button outline ie 6.0, 7.0
...by adding outline:none; and border:none; but that doesn't resolve the issue, as you can see here:
What do I do to get rid of that pesky little outline?
try the solution mentioned in this article. http://www.karlrixon.co.uk/writing/remove-button-focus-outline-using-css/
You should not remove the outline from a button or a link when it's focused. This is an essential indication to disabled users and many others who want to know if what they intended to do has been understood by their browser and done (successfully clicking on the right button or not; visual indication of where they're when using the tab key because they can't or don't use a mouse)
See W3C WCAG 2.0 Technique named F78
Failure due to styling element outlines and borders in a way that removes or renders non-visible the visual focus indicator