Skip to content

Commit

Permalink
Remove pseudoelement obstructing the cell collapser
Browse files Browse the repository at this point in the history
It was meant to add some shadows but currently it does not
  • Loading branch information
krassowski committed Jun 7, 2024
1 parent 9c70c13 commit 666b5b5
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 666b5b5

Please sign in to comment.