mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 01:25:38 -05:00
remove builder from button (#4146)
This commit is contained in:
@@ -32,8 +32,7 @@ const defaultOptions: IButtonStyles = {
|
||||
|
||||
export class Button extends Disposable {
|
||||
|
||||
// {{SQL CARBON EDIT}} -- changed access modifier to protected
|
||||
protected _element: HTMLElement;
|
||||
private _element: HTMLElement;
|
||||
private options: IButtonOptions;
|
||||
|
||||
private buttonBackground: Color | undefined;
|
||||
|
||||
Reference in New Issue
Block a user