Skip to content

Commit 04545fa

Browse files
committed
Fix clicking on left output margin of cell
Fix microsoft#101546
1 parent 7177658 commit 04545fa

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/vs/workbench/contrib/notebook/browser/media/notebook.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,7 @@
440440
position: absolute;
441441
box-sizing: border-box;
442442
top: 0px;
443-
visibility: hidden;
444-
opacity: 1;
443+
opacity: 0;
445444
}
446445

447446
.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row .cell-focus-indicator-side {
@@ -470,7 +469,7 @@
470469
.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row:hover .cell-focus-indicator,
471470
.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row.cell-output-hover .cell-focus-indicator,
472471
.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row.focused .cell-focus-indicator {
473-
visibility: visible;
472+
opacity: 1;
474473
}
475474

476475
.monaco-workbench .notebookOverlay .monaco-list-row .cell-editor-part:before {

0 commit comments

Comments
 (0)