mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 05:51:32 +01:00
theming - activity bar badges
This commit is contained in:
@@ -105,7 +105,7 @@ export class Checkbox extends Widget {
|
||||
|
||||
protected _applyStyles() {
|
||||
if (this.domNode) {
|
||||
this.domNode.style.borderColor = this._checked ? this._opts.checkedBorderColor.toString() : null;
|
||||
this.domNode.style.borderColor = this._checked && this._opts.checkedBorderColor ? this._opts.checkedBorderColor.toString() : null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user