mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 09:35:41 -05:00
Sash bar for Edit Data SQL pane (#9818)
* WIP sash fix * stuff to fix * working mostly * added tabbedPanel fix * added null checks * removed additional space in editdata.css * wip change for border-top * Fix for query editor and editdata colors in modes * removed junk additions for panel.css * fixed div and classes for editDataGridPanel, * small optimizations * Small tweaks * simplified color checks * test commit * Test changes * no need for important * updates made * removed small space
This commit is contained in:
@@ -74,7 +74,6 @@ export function getBareResultsGridInfoStyles(info: BareResultsGridInfo): string
|
||||
export class QueryResultsEditor extends BaseEditor {
|
||||
|
||||
public static ID: string = 'workbench.editor.queryResultsEditor';
|
||||
public static AngularSelectorString: string = 'slickgrid-container.slickgridContainer';
|
||||
protected _rawOptions: BareResultsGridInfo;
|
||||
|
||||
private resultsView: QueryResultsView;
|
||||
|
||||
Reference in New Issue
Block a user