mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
List: bad color when focus moves out of selection and hovering (fixes #25634)
This commit is contained in:
@@ -819,6 +819,7 @@ export class List<T> implements ISpliceable<T>, IDisposable {
|
||||
|
||||
if (styles.listActiveSelectionBackground) {
|
||||
content.push(`.monaco-list.${this.idPrefix}:focus .monaco-list-row.selected { background-color: ${styles.listActiveSelectionBackground}; }`);
|
||||
content.push(`.monaco-list.${this.idPrefix}:focus .monaco-list-row.selected:hover { background-color: ${styles.listActiveSelectionBackground}; }`); // overwrite :hover style in this case!
|
||||
}
|
||||
|
||||
if (styles.listActiveSelectionForeground) {
|
||||
|
||||
Reference in New Issue
Block a user