I'm using Ext js 6.2.1 Treelist. Here is the kitchen sink link.
I modified styling of a Extjs treelist items. In Normal mode (micro=false) they look good with different background color, padding etc. But when Tree list is in Micro mode (micro=true) and I hover over the icons- the menu appear with default styling.
How can I apply same/different styling on those menus that come out when I hover over?
Looking at the DOM is puzzling as same unordered list items are being used to be shown as hover over for toolstrip.
Would appreciate any insights on how to do this.