摆脱 Firefox 中该死的图像边框,不起作用

Getting rid of that damn image border in Firefox, not working

好的,我已经尝试了所有 3 种解决方案,但仍然无法正常工作,想知道它是否被其他地方覆盖,使用 Bootstrap 3.0。看起来很简单,但让我有点疯狂。

  1. :focus { -moz-outline-style: none; }

  2. * { outline: none; }

3.

img {
    border:0;
    outline:none;
}

None 这些解决方案似乎有效。

在文件 bootstrap.min.cs 的评论中

a:focus {
  outline: thin dotted;
}