Backed out changeset 12f371cb3c7e

This commit is contained in:
Kyle Huey 2011-04-27 20:11:28 -04:00
Родитель b330d50fd4
Коммит 44f0655932
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -697,7 +697,7 @@ canvas {
/* focusable content: anything w/ tabindex >=0 is focusable, but we
skip drawing a focus outline on a few things that handle it
themselves. */
:-moz-focusring:not(input):not(button):not(select):not(textarea):not(iframe):not(frame) {
:-moz-focusring:not(input):not(button):not(select):not(textarea) {
/* Don't specify the outline-color, we should always use initial value. */
outline: 1px dotted;
}