From 104a1af6c279392e7c1f17397e35dc6f3b11d5b4 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 6 May 2020 11:24:07 -0400 Subject: [PATCH] Opacity transition probably not needed after all Originally the idea was to hide from view the popup panel layout seemingly being recalculated by the browser at open time, causing visuals in the popup panel to slightly move around. Possibly no longer an issue now that the popup panel initialization code has been modified since then to use animation frames. --- src/css/popup-fenix.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/css/popup-fenix.css b/src/css/popup-fenix.css index f98222ccb..98146d01f 100644 --- a/src/css/popup-fenix.css +++ b/src/css/popup-fenix.css @@ -13,8 +13,6 @@ --popup-gap-extra-thin: calc(0.25 * var(--font-size)); font-size: var(--font-size); line-height: 20px; - transition-duration: 0.1s; - transition-property: opacity; width: 100%; } :root body.loading {