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.
This commit is contained in:
Buck Doyle 2019-08-06 09:55:35 -05:00 committed by GitHub
parent 88b708f188
commit 2bfbc2b41b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
}
}
a {
.breadcrumb a,
tbody a {
position: relative;
// This is adapted from Bulmas .button.is-loading::after