From a43bec5d4d9120892dfeaba87b60d1bd14af8578 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 29 Dec 2020 19:38:22 -0500 Subject: [PATCH] fix: dropdown-menu fading out when mouse leaves post body --- less/topic.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/topic.less b/less/topic.less index f719347..f24bbd2 100644 --- a/less/topic.less +++ b/less/topic.less @@ -438,6 +438,10 @@ [component="post/metadata"], .post-tools, .moderator-tools { .transition(250ms ease-in-out opacity); opacity: 0; + + &:focus-within { + opacity: 1; + } } &:hover {