]> source.dussan.org Git - nextcloud-server.git/commitdiff
Revert "fix mouse pointer"
authorArtur Neumann <info@individual-it.net>
Thu, 2 Mar 2017 07:10:16 +0000 (12:55 +0545)
committerArtur Neumann <info@individual-it.net>
Thu, 2 Mar 2017 07:10:16 +0000 (12:55 +0545)
This reverts commit a4e2dc3033e40b58e5e72e2bda85a327ff092464.

apps/files_trashbin/css/trash.css

index 951497394c3023ee52acd2bca9686b9a81d2d4da..053e2e7002c59c322fb47fc3c91fd9c7e2fe68cb 100644 (file)
@@ -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;
 }