Fix for 40444; don't allow buttons to steal focus willy-nilly, because this breaks toolbar buttons. What really needs to happen is that every kind of toolbar buttons needs user-focus: none style. r=hyatt, a=leaf

This commit is contained in:
sfraser%netscape.com 2000-05-24 20:52:26 +00:00
Родитель 34ae72b37f
Коммит 2c410e27a0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -290,7 +290,7 @@ radiogroup
}
button, button.left {
user-focus: normal;
/* user-focus: normal; */
behavior: url(resource:/chrome/xulBindings.xml#buttonleft);
}