From c5515fc3aeeab1e2c54726fcb82d96f481574af9 Mon Sep 17 00:00:00 2001 From: "Mr. M" Date: Tue, 29 Apr 2025 10:44:26 +0200 Subject: [PATCH] fix: Revert fix for linux addons not loading, b=(no-bug), c=common --- src/zen/common/styles/zen-panel-ui.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/zen/common/styles/zen-panel-ui.css b/src/zen/common/styles/zen-panel-ui.css index dcb790190..bcefa1ea9 100644 --- a/src/zen/common/styles/zen-panel-ui.css +++ b/src/zen/common/styles/zen-panel-ui.css @@ -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']) {