diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css index 951497394c302..f150e557231b3 100644 --- a/apps/files_trashbin/css/trash.css +++ b/apps/files_trashbin/css/trash.css @@ -8,11 +8,8 @@ * */ #app-content-trashbin tbody tr[data-type="file"] td a.name, -#app-content-trashbin tbody tr[data-type="file"] td a.name { - cursor: default; -} - -span.nametext, span.innernametext, span.extension { +#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; }