mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
list.activeSelectionBackground seems to have no effect for custom themes (fixes #25788)
This commit is contained in:
@@ -812,7 +812,7 @@ export class List<T> implements ISpliceable<T>, IDisposable {
|
||||
}
|
||||
|
||||
style(styles: IListStyles): void {
|
||||
let content: string[] = [];
|
||||
const content: string[] = [];
|
||||
|
||||
if (styles.listFocusBackground) {
|
||||
content.push(`.monaco-list.${this.idPrefix}:focus .monaco-list-row.focused { background-color: ${styles.listFocusBackground}; }`);
|
||||
|
||||
Reference in New Issue
Block a user