Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/files/js/filelist.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index 9459b83dca2..4ef45a16b49 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -1434,6 +1434,8 @@
$tr.addClass('appear transparent');
window.setTimeout(function() {
$tr.removeClass('transparent');
+ $("#fileList tr").removeClass('mouseOver');
+ $tr.addClass('mouseOver');
});
}