Skip to content

Commit

Permalink
Fix clicking on left output margin of cell
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Jul 2, 2020
1 parent 7177658 commit 04545fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/vs/workbench/contrib/notebook/browser/media/notebook.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 04545fa

Please sign in to comment.