File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
src/views-ui/codeAnalytics Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,8 @@ vscode-panel-view {
112112 }
113113
114114 li {
115- padding : 4px 8px ;
115+ color : var (--button-secondary-foreground );
116+ background : var (--button-secondary-background );
116117 }
117118 }
118119
Original file line number Diff line number Diff line change @@ -126,7 +126,10 @@ window.addEventListener("load", () =>
126126
127127 function initListItemMenus ( ) {
128128 const menus : any = $ ( '.list-item-menu' ) ;
129- menus . superfish ( ) ;
129+ menus . superfish ( {
130+ delay : 10000 ,
131+ cssArrows : false ,
132+ } ) ;
130133 }
131134
132135 consume ( UiMessage . Set . InsightsList , ( event ) => {
@@ -221,7 +224,7 @@ window.addEventListener("load", () =>
221224 . find ( '.list-item-time-info' ) ;
222225 $timeInfo
223226 . find ( '.list-item-time-info-message' )
224- . text ( 'Applying the new filter. Wait a few minutes and then refresh.' ) ;
227+ . text ( 'Applying the new time filter. Wait a few minutes and then refresh.' ) ;
225228 $timeInfo . show ( ) ;
226229 publish ( new UiMessage . Notify . SetInsightCustomStartTime ( codeObjectId , insightType , new Date ( ) ) ) ;
227230 } ) ;
You can’t perform that action at this time.
0 commit comments