feat: Remove native panel look for feature callouts, b=no-bug, c=common

This commit is contained in:
mr. m
2025-10-10 13:17:40 +02:00
parent 28bf0458e4
commit 67fa20c45e
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ panel[type='arrow'] {
}
menupopup,
panel[type='arrow'] {
panel[type='arrow']:not(#feature-callout) {
@media (-moz-windows-mica-popups) {
appearance: auto !important;
-moz-default-appearance: menupopup;

View File

@@ -556,6 +556,6 @@ export class nsZenSiteDataPanel {
],
},
});
}, 500);
}, 1000);
}
}