From f5a00cc3bdd19871d4f56693b5f728f531512f54 Mon Sep 17 00:00:00 2001 From: Kenn Jacobsen Date: Sun, 26 May 2019 13:43:30 +0200 Subject: [PATCH] Fix the tree node flickering when browsing up and down already loaded trees. --- .../src/less/application/animations.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/application/animations.less b/src/Umbraco.Web.UI.Client/src/less/application/animations.less index 91e2213775..e081c4919a 100644 --- a/src/Umbraco.Web.UI.Client/src/less/application/animations.less +++ b/src/Umbraco.Web.UI.Client/src/less/application/animations.less @@ -40,10 +40,6 @@ // TREE ANIMATION -.umb-tree-item.ng-animate { - display: none; -} - .umb-tree-item--deleted.ng-leave { animation: leave 600ms cubic-bezier(0.445, 0.050, 0.550, 0.950); display: block;