From 84b7cf8ddd7b8c6fd4308b679acfff57612fba22 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Wed, 4 Mar 2026 07:31:01 +0100 Subject: [PATCH] fix: Also apply auto appearance to non arrow popups, b=no-bug, c=common --- src/zen/common/styles/zen-panel-ui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zen/common/styles/zen-panel-ui.css b/src/zen/common/styles/zen-panel-ui.css index e232d68ff..a73437832 100644 --- a/src/zen/common/styles/zen-panel-ui.css +++ b/src/zen/common/styles/zen-panel-ui.css @@ -30,7 +30,7 @@ panel[type="arrow"]:not(#feature-callout) { } @media (-moz-platform: macos) { - &:where([nonnativepopover="true"]) { + &:where([nonnativepopover="true"], :not([type="arrow"])) { appearance: auto !important; -moz-default-appearance: menupopup; /* We set the default background here, rather than on ::part(content),