mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 09:35:41 -05:00
fix image button style (#23581)
This commit is contained in:
@@ -218,7 +218,7 @@ export class Button extends Disposable implements IButton {
|
||||
let background, foreground, border, fontWeight, fontSize: string;
|
||||
if (this.hasIcon) {
|
||||
background = border = 'transparent';
|
||||
foreground = this.options.buttonSecondaryForeground;
|
||||
foreground = 'inherit';
|
||||
fontWeight = fontSize = 'inherit';
|
||||
this._element.style.backgroundRepeat = 'no-repeat';
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user