From fffe390408142664a7b97d0b002f4d7192894c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krassowski?= <5832902+krassowski@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:07:06 +0100 Subject: [PATCH] Remove pseudoelement obstructing the cell collapser (#7392) It was meant to add some shadows but currently it does not --- packages/notebook-extension/style/base.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/packages/notebook-extension/style/base.css b/packages/notebook-extension/style/base.css index db3657c902..3a6de880d3 100644 --- a/packages/notebook-extension/style/base.css +++ b/packages/notebook-extension/style/base.css @@ -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 {