ExtJS tooltip without masking background
I’m working on an extJS classic 6.5 application that has some functionality implemented as a subclass of Ext.tip.ToolTip
, and it works fine except that when the tooltip is activated the background is covered by a grey (technically rgba(0,0,0,0.4)
) <div>
that we don’t want.