aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FilesListFooter.vue
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-03-28 13:47:52 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-04-06 14:49:32 +0200
commit60b74e3d6d626a7f7599acbeaadb650cbf56cc6c (patch)
treeaa449108c8996f352d5b8a5529a8d208a8ab6934 /apps/files/src/components/FilesListFooter.vue
parent4942747ff85dc8671ff7a6a42cd07a886d361b07 (diff)
downloadnextcloud-server-60b74e3d6d626a7f7599acbeaadb650cbf56cc6c.tar.gz
nextcloud-server-60b74e3d6d626a7f7599acbeaadb650cbf56cc6c.zip
feat(files): batch actions
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/src/components/FilesListFooter.vue')
-rw-r--r--apps/files/src/components/FilesListFooter.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/src/components/FilesListFooter.vue b/apps/files/src/components/FilesListFooter.vue
index 51907e03a9c..6f2cad358b1 100644
--- a/apps/files/src/components/FilesListFooter.vue
+++ b/apps/files/src/components/FilesListFooter.vue
@@ -149,6 +149,7 @@ tr {
border-top: 1px solid var(--color-border);
// Prevent hover effect on the whole row
background-color: transparent !important;
+ border-bottom: none !important;
}
td {