From a7c87e6392d89d8d1d74ca15f78bb3f9fa95a122 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Wed, 25 Feb 2026 02:22:17 +0100 Subject: [PATCH] chore: Bump release version, b=no-bug, c=common --- src/zen/common/styles/zen-panel-ui.css | 3 +++ surfer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/zen/common/styles/zen-panel-ui.css b/src/zen/common/styles/zen-panel-ui.css index 652393b77..aaad51b1b 100644 --- a/src/zen/common/styles/zen-panel-ui.css +++ b/src/zen/common/styles/zen-panel-ui.css @@ -33,6 +33,9 @@ panel[type="arrow"]:not(#feature-callout) { &[followanchor="false"] { appearance: auto !important; -moz-default-appearance: menupopup; + /* We set the default background here, rather than on ::part(content), + * because otherwise it'd interfere with the native look. Non-native-looking + * popups should get their background via --panel-background */ background-color: Menu !important; } diff --git a/surfer.json b/surfer.json index dbbe0b1e0..2af778af8 100644 --- a/surfer.json +++ b/surfer.json @@ -20,7 +20,7 @@ "brandShortName": "Zen", "brandFullName": "Zen Browser", "release": { - "displayVersion": "1.18.10b", + "displayVersion": "1.19b", "github": { "repo": "zen-browser/desktop" },