Backed out changeset b8b4759b712f (bug 1451256) for bc failures on browser_876926_customize_mode_wrapping.js CLOSED TREE

This commit is contained in:
Brindusan Cristian 2018-04-04 20:45:35 +03:00
parent df9934361f
commit c151b3a76d
2 changed files with 1 additions and 6 deletions

View File

@ -169,7 +169,7 @@
</handlers>
</binding>
<binding id="toolbarpaletteitem">
<binding id="toolbarpaletteitem" extends="xul:button">
<content>
<xul:hbox class="toolbarpaletteitem-box" flex="1" xbl:inherits="type,place">
<children/>

View File

@ -321,11 +321,6 @@ toolbarpaletteitem[place="palette"] {
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbarpaletteitem-palette");
}
.toolbarpaletteitem-box {
/* Prevent children from getting events */
pointer-events: none;
}
/********* menubar ***********/
menubar {