Backport PR #7392: Remove pseudoelement obstructing the cell collapser (#7393)

Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
pull/7447/head
Lumberbot (aka Jack) 2 years ago committed by GitHub
parent 30587b826a
commit e881745c98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -151,19 +151,6 @@ body[data-notebook='notebooks']
box-shadow: 0px 0px 12px 1px var(--jp-shadow-umbra-color);
}
body[data-notebook='notebooks']
.jp-Notebook
.jp-Notebook-cell:not(:first-child)::after,
body[data-notebook='notebooks']
.jp-Notebook
.jp-Notebook-cell:not(:first-child)::before {
content: ' ';
height: 100%;
position: absolute;
top: 0;
width: 11px;
}
/* Additional customizations of the components on the notebook page */
.jp-NotebookKernelLogo {

Loading…
Cancel
Save