-1

how can i quit this blue area of map image?? I use on hover, focus, active

outline:0; outline:none;

But nah... dont work. I use bootstrap, if that can help on any answer.

This is the image with error: link text

Thx for da help.

2 Answers2

0

I am not sure this will work, but I think it would:

button::-moz-focus-inner {
  border: 0;
}

See the link

See the links

Community
  • 1
  • 1
Ivin Raj
  • 3,448
  • 2
  • 28
  • 65
0

Bootstrap fail. Solved with ...

outline: 0 important!;