From e48195fe4a9030294ee4248ddf6c87e9a7b601ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Mon, 16 Mar 2026 02:29:56 +0800 Subject: [PATCH] chore(admin-ui): avoid hardcoded neutral shadow fallback in topnav header --- public/css/admin-components.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/admin-components.css b/public/css/admin-components.css index c61851e..5aad80c 100644 --- a/public/css/admin-components.css +++ b/public/css/admin-components.css @@ -477,7 +477,7 @@ overflow-x:visible; background:var(--adm-bg-header, #ffffff); border-bottom:1px solid var(--adm-border-color, #e5e7eb); - box-shadow:var(--adm-shadow-header, 0 1px 0 rgba(15, 23, 42, 0.04), 0 2px 10px rgba(15, 23, 42, 0.06)); + box-shadow:var(--adm-shadow-header, none); } .topnav-row{