提交 2b090abd 编写于 作者: R Rob Lourens

Revert "re #99399."

Making folding indicators always visible was apparently fixed in some other way
This reverts commit 459a9aed.
上级 c7471edd
......@@ -701,9 +701,7 @@
top: 0;
left: 0;
right: 0;
width: 26px;
height: 26px;
cursor: pointer;
height: 100%;
}
.monaco-workbench .notebookOverlay > .cell-list-container .notebook-folding-indicator .codicon {
......
......@@ -370,7 +370,7 @@ export class MarkdownCellRenderer extends AbstractCellRenderer implements IListR
editorPart.style.display = 'none';
const innerContent = DOM.append(container, $('.cell.markdown'));
const foldingIndicator = DOM.append(container, DOM.$('.notebook-folding-indicator'));
const foldingIndicator = DOM.append(focusIndicator, DOM.$('.notebook-folding-indicator'));
const { collapsedPart, expandButton } = this.setupCollapsedPart(container);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册