mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-29 11:51:51 +00:00
fix: Also apply auto appearance to non arrow popups, b=no-bug, c=common
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user