Skip to content

Commit ece3470

Browse files
authored
fix markdown cell focus indicator bottom (microsoft#184544)
1 parent 22e273b commit ece3470

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@
419419

420420
/** Selected cell background */
421421
.notebookOverlay .monaco-list.selection-multiple .markdown-cell-row.selected,
422+
.notebookOverlay .monaco-list.selection-multiple .markdown-cell-row.selected .cell-focus-indicator-bottom,
422423
.notebookOverlay .monaco-list.selection-multiple .code-cell-row.selected .cell-focus-indicator-top,
423424
.notebookOverlay .monaco-list.selection-multiple .code-cell-row.selected .cell-focus-indicator-left,
424425
.notebookOverlay .monaco-list.selection-multiple .code-cell-row.selected .cell-focus-indicator-right,

0 commit comments

Comments
 (0)