提交 6a8c04d0 编写于 作者: R Rob Lourens

Show cell border with focus within the list, not on the list

上级 054395c1
......@@ -1875,10 +1875,10 @@ registerThemingParticipant((theme, collector) => {
}
const focusedCellBorderColor = theme.getColor(focusedCellBorder);
collector.addRule(`.monaco-workbench .notebookOverlay .monaco-list:focus .monaco-list-row.focused .cell-focus-indicator-top:before,
.monaco-workbench .notebookOverlay .monaco-list:focus .monaco-list-row.focused .cell-focus-indicator-bottom:before,
.monaco-workbench .notebookOverlay .monaco-list:focus .markdown-cell-row.focused:before,
.monaco-workbench .notebookOverlay .monaco-list:focus .markdown-cell-row.focused:after {
collector.addRule(`.monaco-workbench .notebookOverlay .monaco-list:focus-within .monaco-list-row.focused .cell-focus-indicator-top:before,
.monaco-workbench .notebookOverlay .monaco-list:focus-within .monaco-list-row.focused .cell-focus-indicator-bottom:before,
.monaco-workbench .notebookOverlay .monaco-list:focus-within .markdown-cell-row.focused:before,
.monaco-workbench .notebookOverlay .monaco-list:focus-within .markdown-cell-row.focused:after {
border-color: ${focusedCellBorderColor} !important;
}`);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册