From 2bfbc2b41b28d9753f2e7008f9ea22f6ae4516b2 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Tue, 6 Aug 2019 09:55:35 -0500 Subject: [PATCH] Remove transition animation from sort arrows (#6067) It may be an Ember bug: in some circumstances, the ember-transitioning-in class was persisting in table sort links even after the transition completed. This changes the transition animations to be targeted only for breadcrumbs and directory links. --- ui/app/styles/components/fs-explorer.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/app/styles/components/fs-explorer.scss b/ui/app/styles/components/fs-explorer.scss index 36bd35e5b..3816471ad 100644 --- a/ui/app/styles/components/fs-explorer.scss +++ b/ui/app/styles/components/fs-explorer.scss @@ -18,7 +18,8 @@ } } - a { + .breadcrumb a, + tbody a { position: relative; // This is adapted from Bulma’s .button.is-loading::after