問題タブ [treelist]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
878 参照

javascript - How can I change the styling of hover over menus in ExtJs treelist in micro mode

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.