fix for bug #315167. purple tab arrow flashes if cursor is put on it. stole this fix from jag's fix for the suite. r=mconnor VS: ----------------------------------------------------------------------

This commit is contained in:
sspitzer@mozilla.org 2007-08-21 22:01:21 -07:00
Родитель 147ee20747
Коммит 6726e21a41
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -62,7 +62,7 @@
<xul:tabbox anonid="tabbox" flex="1" eventnode="document" xbl:inherits="handleCtrlPageUpDown"
onselect="if (!('updateCurrentBrowser' in this.parentNode) || event.target.localName != 'tabpanels') return; this.parentNode.updateCurrentBrowser();">
<xul:hbox class="tab-drop-indicator-bar">
<xul:hbox class="tab-drop-indicator"/>
<xul:hbox class="tab-drop-indicator" mousethrough="always"/>
</xul:hbox>
<xul:hbox class="tabbrowser-strip" collapsed="true" tooltip="_child" context="_child"
anonid="strip"