From 25cb5954f6cd7f82366f8f84138a2f78f812bc82 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 14 Jun 2023 09:00:18 -0400 Subject: [PATCH] DEV: update box-shadow due to core change (#55) --- common/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index e528989..55e8502 100644 --- a/common/common.scss +++ b/common/common.scss @@ -141,7 +141,7 @@ a.d-toc-close { width: 75vw; max-width: 350px; background-color: var(--secondary); - box-shadow: shadow("dropdown"); + box-shadow: var(--shadow-dropdown); z-index: z("modal", "overlay"); transition: all 0.2s ease-in-out; .d-toc-main {