mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 17:22:51 -05:00
Changing tree grid toggle icon color when the cell is selected (#20868)
* Changing toggle color when selected * Using styles to support chevron coloring * Adding escape to fix hygiene issues * Fixing hygiene error
This commit is contained in:
@@ -30,8 +30,8 @@ function getDefaultOptions<T>(): Slick.GridOptions<T> {
|
||||
}
|
||||
|
||||
export class Table<T extends Slick.SlickData> extends Widget implements IDisposable {
|
||||
private styleElement: HTMLStyleElement;
|
||||
private idPrefix: string;
|
||||
protected styleElement: HTMLStyleElement;
|
||||
protected idPrefix: string;
|
||||
|
||||
protected _grid: Slick.Grid<T>;
|
||||
protected _columns: Slick.Column<T>[];
|
||||
|
||||
Reference in New Issue
Block a user