We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30587b8 commit d9d25bdCopy full SHA for d9d25bd
packages/notebook-extension/style/base.css
@@ -151,19 +151,6 @@ body[data-notebook='notebooks']
151
box-shadow: 0px 0px 12px 1px var(--jp-shadow-umbra-color);
152
}
153
154
-body[data-notebook='notebooks']
155
- .jp-Notebook
156
- .jp-Notebook-cell:not(:first-child)::after,
157
158
159
- .jp-Notebook-cell:not(:first-child)::before {
160
- content: ' ';
161
- height: 100%;
162
- position: absolute;
163
- top: 0;
164
- width: 11px;
165
-}
166
-
167
/* Additional customizations of the components on the notebook page */
168
169
.jp-NotebookKernelLogo {
0 commit comments