Skip to content

Commit

Permalink
Backport PR #7392: Remove pseudoelement obstructing the cell collapser (
Browse files Browse the repository at this point in the history
#7393)

Co-authored-by: Michał Krassowski <[email protected]>
  • Loading branch information
meeseeksmachine and krassowski authored Jun 7, 2024
1 parent 30587b8 commit e881745
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/notebook-extension/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e881745

Please sign in to comment.