mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #3676 from individual-it/trash_problem
fix for #3201
This commit is contained in:
commit
5d4cc4a17b
1 changed files with 2 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue