From 07bca27fbc79a2b914649d88e459800f46a9ed46 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 18 Mar 2020 04:59:14 -0700 Subject: [PATCH] styles: Exempt visibility from overlay show transition. This fixes a failure to give focus to a newly shown overlay. Signed-off-by: Anders Kaseorg --- static/styles/app_components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/app_components.scss b/static/styles/app_components.scss index b57b0fe74d..f34e81a8a9 100644 --- a/static/styles/app_components.scss +++ b/static/styles/app_components.scss @@ -289,7 +289,7 @@ opacity: 1; pointer-events: all; visibility: visible; - transition-timing-function: ease-out; + transition: opacity 0.2s ease-out; .overlay-content { transform: translateY(0px);