提交 04545fa8 编写于 作者: R Rob Lourens

Fix clicking on left output margin of cell

Fix #101546
上级 71776589
......@@ -440,8 +440,7 @@
position: absolute;
box-sizing: border-box;
top: 0px;
visibility: hidden;
opacity: 1;
opacity: 0;
}
.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row .cell-focus-indicator-side {
......@@ -470,7 +469,7 @@
.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row:hover .cell-focus-indicator,
.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row.cell-output-hover .cell-focus-indicator,
.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row.focused .cell-focus-indicator {
visibility: visible;
opacity: 1;
}
.monaco-workbench .notebookOverlay .monaco-list-row .cell-editor-part:before {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册