Revert "fix mouse pointer"

This reverts commit a4e2dc3033.
This commit is contained in:
Artur Neumann 2017-03-02 12:55:16 +05:45
parent d0c6179ec1
commit 4f071f61c6
1 changed files with 1 additions and 5 deletions

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