Skip to content

Commit e881745

Browse files
Backport PR #7392: Remove pseudoelement obstructing the cell collapser (#7393)
Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
1 parent 30587b8 commit e881745

File tree

1 file changed

+0
-13
lines changed
  • packages/notebook-extension/style

1 file changed

+0
-13
lines changed

packages/notebook-extension/style/base.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -151,19 +151,6 @@ body[data-notebook='notebooks']
151151
box-shadow: 0px 0px 12px 1px var(--jp-shadow-umbra-color);
152152
}
153153

154-
body[data-notebook='notebooks']
155-
.jp-Notebook
156-
.jp-Notebook-cell:not(:first-child)::after,
157-
body[data-notebook='notebooks']
158-
.jp-Notebook
159-
.jp-Notebook-cell:not(:first-child)::before {
160-
content: ' ';
161-
height: 100%;
162-
position: absolute;
163-
top: 0;
164-
width: 11px;
165-
}
166-
167154
/* Additional customizations of the components on the notebook page */
168155

169156
.jp-NotebookKernelLogo {

0 commit comments

Comments
 (0)