mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -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;
|
let background, foreground, border, fontWeight, fontSize: string;
|
||||||
if (this.hasIcon) {
|
if (this.hasIcon) {
|
||||||
background = border = 'transparent';
|
background = border = 'transparent';
|
||||||
foreground = this.options.buttonSecondaryForeground;
|
foreground = 'inherit';
|
||||||
fontWeight = fontSize = 'inherit';
|
fontWeight = fontSize = 'inherit';
|
||||||
this._element.style.backgroundRepeat = 'no-repeat';
|
this._element.style.backgroundRepeat = 'no-repeat';
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user