Merge pull request #3676 from individual-it/trash_problem

fix for #3201
This commit is contained in:
Joas Schilling 2017-03-02 09:47:52 +01:00 committed by GitHub
commit 5d4cc4a17b

View file

@ -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;
}