From 01e3cc137445b84e18c5de0d99c35cb313ecdc9f Mon Sep 17 00:00:00 2001 From: "Mr. M" Date: Sun, 18 May 2025 23:53:56 +0200 Subject: [PATCH] chore: Make sure to always apply shadow to urlbar, b=(no-bug), c=common --- src/zen/common/styles/zen-urlbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zen/common/styles/zen-urlbar.css b/src/zen/common/styles/zen-urlbar.css index eded5d30d..9c758d8bd 100644 --- a/src/zen/common/styles/zen-urlbar.css +++ b/src/zen/common/styles/zen-urlbar.css @@ -174,7 +174,7 @@ --zen-urlbar-background-transparent, var(--zen-urlbar-background-base) ) !important; - box-shadow: 0px 0px 90px -10px rgba(0, 0, 0, 0.6); + box-shadow: 0px 0px 90px -10px rgba(0, 0, 0, 0.6) !important; backdrop-filter: none !important; border-radius: 12px !important; outline: 0.5px solid light-dark(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15)) !important;