diff options
-rw-r--r-- | apps/files_trashbin/css/trash.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css index 951497394c3..053e2e7002c 100644 --- a/apps/files_trashbin/css/trash.css +++ b/apps/files_trashbin/css/trash.css @@ -8,14 +8,10 @@ * */ #app-content-trashbin tbody tr[data-type="file"] td a.name, -#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; } -span.nametext, span.innernametext, span.extension { - cursor: default; -} - #app-content-trashbin .summary :last-child { padding: 0; } |