Show folding indicator on collapsed markdown cell. For #141581

This commit is contained in:
Rob Lourens 2022-02-10 12:09:49 -08:00
parent 8b4eaf7e00
commit e2a9a8c481

View file

@ -425,10 +425,6 @@
vertical-align: bottom;
}
.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .input-collapsed .notebook-folding-indicator {
display: none;
}
.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .notebook-folding-indicator.mouseover .codicon.codicon-notebook-expanded {
opacity: 0;
transition: opacity 0.1 s;