提交 3735a360 编写于 作者: B Benjamin Pasero

List: bad color when focus moves out of selection and hovering (fixes #25634)

上级 404798fe
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册