From 8be66ad9b6f0d77144233df3152fb9755d641490 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 20 Dec 2023 19:02:14 +0000 Subject: [PATCH] lint --- packages/notebook-extension/style/base.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/notebook-extension/style/base.css b/packages/notebook-extension/style/base.css index 58e92bedfe..0dedb07d5c 100644 --- a/packages/notebook-extension/style/base.css +++ b/packages/notebook-extension/style/base.css @@ -152,7 +152,9 @@ body[data-notebook='notebooks'] .jp-WindowedPanel-viewport { /* Notebook box shadow */ -body[data-notebook='notebooks'] .jp-WindowedPanel-outer > *:first-child:not(:last-child) { +body[data-notebook='notebooks'] + .jp-WindowedPanel-outer + > *:first-child:not(:last-child) { box-shadow: var(--jp-elevation-z4); }