I'm working on a Firefox extension that creates a toolbar in the browser. I'm using a with type="menu" to create a menu that pops up when the button is clicked.
By default, setting type="menu" creates a little menu indicator triangle, like in this image:
Is there any way, either in XUL or in the CSS, to get rid of this indicator triangle?