mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
implement styler for infobutton (#14396)
* implement styler for infobutton * comments * one more comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user