From 7efafc5155c4070c39ed40e4f29b3f1c1f1f0042 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 6 May 2019 14:26:19 +0200 Subject: [PATCH] Update contextView-styles.js --- src/app/editor/styles/contextView-styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/editor/styles/contextView-styles.js b/src/app/editor/styles/contextView-styles.js index 9ad3095886..4c91e02f5a 100644 --- a/src/app/editor/styles/contextView-styles.js +++ b/src/app/editor/styles/contextView-styles.js @@ -49,7 +49,7 @@ var css = csjs` z-index : 50; border-radius : 1px; border : 2px solid var(--secondary); - transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1); + transition : all 0.3s cubic-bezier(0.86, 0, 0.07, 1); } `