From a4e2dc3033e40b58e5e72e2bda85a327ff092464 Mon Sep 17 00:00:00 2001
From: Bjoern Schiessle <bjoern@schiessle.org>
Date: Thu, 1 Dec 2016 15:37:08 +0100
Subject: [PATCH] fix mouse pointer

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
---
 apps/files_trashbin/css/trash.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css
index 053e2e7002c..951497394c3 100644
--- a/apps/files_trashbin/css/trash.css
+++ b/apps/files_trashbin/css/trash.css
@@ -8,10 +8,14 @@
  *
  */
 #app-content-trashbin tbody tr[data-type="file"] td a.name,
-#app-content-trashbin tbody tr[data-type="file"] td a.name span {
+#app-content-trashbin tbody tr[data-type="file"] td a.name {
     cursor: default;
 }
 
+span.nametext, span.innernametext, span.extension {
+	cursor: default;
+}
+
 #app-content-trashbin .summary :last-child {
 	padding: 0;
 }
-- 
GitLab