提交 cf4f34d8 编写于 作者: B Benjamin Pasero

Extension viewlet high contrast mouse over borders only highlight a single...

Extension viewlet high contrast mouse over borders only highlight a single border for top and bottom entries (fixes #15859)
上级 3c1f7878
......@@ -887,7 +887,7 @@ export class List<T> implements ISpliceable<T>, IDisposable {
}
if (styles.listSelectionOutline) {
content.push(`.monaco-list.${this.idPrefix} .monaco-list-row.selected { outline: 1px dotted ${styles.listSelectionOutline}; }`);
content.push(`.monaco-list.${this.idPrefix} .monaco-list-row.selected { outline: 1px dotted ${styles.listSelectionOutline}; outline-offset: -1px; }`);
}
if (styles.listFocusOutline) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册