fix: Also apply auto appearance to non arrow popups, b=no-bug, c=common

This commit is contained in:
mr. m
2026-03-04 07:31:01 +01:00
parent 0d816b3cc2
commit 84b7cf8ddd

View File

@@ -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),