mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-05 11:27:16 +00:00
fix: Revert fix for linux addons not loading, b=(no-bug), c=common
This commit is contained in:
@@ -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']) {
|
||||
|
||||
Reference in New Issue
Block a user