diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css
index 053e2e7002c59c322fb47fc3c91fd9c7e2fe68cb..951497394c3023ee52acd2bca9686b9a81d2d4da 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;
 }