fix: Revert fix for linux addons not loading, b=(no-bug), c=common

This commit is contained in:
Mr. M
2025-04-29 10:44:26 +02:00
parent 2d40259c6e
commit c5515fc3ae

View File

@@ -20,20 +20,12 @@ panel[type='arrow'][animate='open'] {
}
}
}
@media (-moz-platform: windows) and (not (-moz-windows-mica-popups)) {
@media (-moz-platform: linux) or ((-moz-platform: windows) and (not (-moz-windows-mica-popups))) {
/* Mica popups have a weird background while the animation is running */
&::part(content) {
animation: zen-jello-animation 0.35s ease;
}
}
@media (-moz-platform: linux) {
/* Check https://github.com/zen-browser/desktop/issues/7633 as in
* to why we dont animate addons */
&:not(#customizationui-widget-panel)::part(content) {
animation: zen-jello-animation 0.35s ease;
}
}
}
panel[type='arrow'][animate]:not([animate='open']) {