implement styler for infobutton (#14396)

* implement styler for infobutton

* comments

* one more comment
This commit is contained in:
Alan Ren
2021-02-23 13:28:48 -08:00
committed by GitHub
parent 948bb5bc34
commit 561242a0d9
6 changed files with 76 additions and 58 deletions

View File

@@ -156,7 +156,7 @@ export class Button extends Disposable implements IButton {
this.applyStyles();
}
private setHoverBackground(): void {
protected setHoverBackground(): void { // {{SQL CARBON EDIT}} - mark as protected
// {{SQL CARBON EDIT}} - skip if this is an icon button
if (this.hasIcon) {
return;