File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/vs/workbench/contrib/notebook/browser Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -802,6 +802,13 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditorD
802
802
styleSheets . push ( `.notebookOverlay .monaco-list .monaco-list-row .cell-focus-indicator-bottom { height: ${ cellBottomMargin } px; }` ) ;
803
803
styleSheets . push ( `.notebookOverlay .monaco-list .monaco-list-row .cell-shadow-container-bottom { top: ${ cellBottomMargin } px; }` ) ;
804
804
805
+ styleSheets . push ( `
806
+ .notebookOverlay .monaco-list .monaco-list-row:has(+ .monaco-list-row.selected) .cell-focus-indicator-bottom {
807
+ height: ${ bottomToolbarGap + cellBottomMargin } px;
808
+ }
809
+ ` ) ;
810
+
811
+
805
812
styleSheets . push ( `
806
813
.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .input-collapse-container .cell-collapse-preview {
807
814
line-height: ${ collapsedIndicatorHeight } px;
You can’t perform that action at this time.
0 commit comments