From 0431b9631daf0aac87af3de7f4c579f484612192 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 29 Sep 2022 00:43:50 -0400 Subject: [PATCH] Increases dimming delay for better intentionality --- src/webviews/apps/plus/graph/graph.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webviews/apps/plus/graph/graph.scss b/src/webviews/apps/plus/graph/graph.scss index a244bfd..acfe0de 100644 --- a/src/webviews/apps/plus/graph/graph.scss +++ b/src/webviews/apps/plus/graph/graph.scss @@ -597,7 +597,7 @@ a { &.is-missing-hovered-ref-group { opacity: 0.2; transition: opacity 0.5s ease-out; - transition-delay: 0.2s; + transition-delay: 0.5s; } } }