From 32f9b2dd745a245e632ab4e18a43d6e26c81cd01 Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 15 Jun 2023 10:17:54 -0400 Subject: [PATCH] DEV: update shadow defintion (#22) --- common/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index c76f25f..9e5ea91 100644 --- a/common/common.scss +++ b/common/common.scss @@ -90,7 +90,7 @@ $icon-opacity: 0.7; .d-dropdown-menu { min-width: 160px; background: fallback($Submenu_background, $secondary); - box-shadow: shadow("menu-panel"); + box-shadow: var(--shadow-menu-panel); margin: 0; list-style: none; }