Skip to content

Commit

Permalink
Remove transition animation from sort arrows (#6067)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
backspace authored Aug 6, 2019
1 parent 473ef7a commit 34213f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/app/styles/components/fs-explorer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
}
}

a {
.breadcrumb a,
tbody a {
position: relative;

// This is adapted from Bulma’s .button.is-loading::after
Expand Down

0 comments on commit 34213f4

Please sign in to comment.