@@ -38,6 +38,7 @@ $footerTextColor: var(--vscode-editor-foreground); //footer text color
3838$footerBorderColor : transparent ; // footer border color
3939$footerSeparatorColor : transparent ; // footer bottom separator color
4040$footerActiveColor : #d00 !default ; // footer bottom active text color
41+
4142@import ' ~tabulator-tables/src/scss/tabulator.scss' ;
4243@import ' ../editors/MinMax' ;
4344@import ' ../format/Progress' ;
@@ -102,18 +103,6 @@ $footerActiveColor: #d00 !default; //footer bottom active text color
102103 font-size : var (--vscode-editor-font-size , 0.9em );
103104 }
104105
105- .tabulator-tooltip {
106- // Match timeline tooltip styling for consistency
107- background : var (--vscode-editor-background );
108- color : var (--vscode-editor-foreground );
109- overflow-wrap : anywhere;
110- font-family : monospace ;
111- font-size : 0.92rem ;
112- font-variant-numeric : tabular-nums ;
113- padding : 5px ;
114- border-radius : 4px ;
115- box-shadow : 0 8px 24px rgba (0 , 0 , 0 , 0.5 );
116- }
117106 .tabulator-row.tabulator-selected {
118107 color : var (--vscode-list-activeSelectionForeground );
119108 }
@@ -155,6 +144,19 @@ $footerActiveColor: #d00 !default; //footer bottom active text color
155144 }
156145}
157146
147+ .tabulator-tooltip {
148+ // Match timeline tooltip styling for consistency
149+ background : var (--vscode-editorHoverWidget-background , var (--vscode-editorWidget-background ));
150+ color : var (--vscode-editorHoverWidget-foreground , var (--vscode-editor-foreground ));
151+ overflow-wrap : anywhere;
152+ font-family : monospace ;
153+ font-size : 0.92rem ;
154+ font-variant-numeric : tabular-nums ;
155+ padding : 5px ;
156+ border-radius : 4px ;
157+ box-shadow : 0 8px 24px rgba (0 , 0 , 0 , 0.5 );
158+ }
159+
158160.tabulator-edit-list {
159161 border-color : var (--vscode-focusBorder , default );
160162
0 commit comments