From b0980ee2b8befc6e2f39771df2af60b2907c8aef Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Thu, 2 Mar 2017 13:16:28 +0545 Subject: fix for #3201 --- apps/files_trashbin/css/trash.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css index 053e2e7002c..f150e557231 100644 --- a/apps/files_trashbin/css/trash.css +++ b/apps/files_trashbin/css/trash.css @@ -8,8 +8,9 @@ * */ #app-content-trashbin tbody tr[data-type="file"] td a.name, -#app-content-trashbin tbody tr[data-type="file"] td a.name span { - cursor: default; +#app-content-trashbin tbody tr[data-type="file"] td a.name span.nametext, +#app-content-trashbin tbody tr[data-type="file"] td a.name span.nametext span { + cursor: default; } #app-content-trashbin .summary :last-child { -- cgit v1.2.3