From 2971fe0679c482a789c01e771a543bdab68b3797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 13 May 2026 11:47:00 +0200 Subject: [PATCH] add transition delay --- client/components/codeEditor/codeEditor.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/codeEditor/codeEditor.less b/client/components/codeEditor/codeEditor.less index da31e4c4d..16d99bc30 100644 --- a/client/components/codeEditor/codeEditor.less +++ b/client/components/codeEditor/codeEditor.less @@ -174,7 +174,7 @@ z-index:1000; pointer-events: none; opacity:0; - transition:0.2s opacity; + transition:0.2s opacity 0.5s; } &::before{