beont
Programmer
- May 16, 2008
- 9
When a link whether is img or plain text is pressed it has a dashed light border around it how can i remove it?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<a href="#" onfocus="this.blur()">x</a>
a.buttons
{
outline: none;
...
}