Add a ghost icon in the anonymous drive

This commit is contained in:
yflory 2018-04-03 15:16:21 +02:00
parent 0993204d14
commit 31980bef82
2 changed files with 5 additions and 0 deletions

View File

@ -547,6 +547,10 @@ span {
cursor: pointer; cursor: pointer;
opacity: 0.5; opacity: 0.5;
padding: 0; padding: 0;
flex-flow: column;
align-items: center;
justify-content: center;
display: inline-flex;
&:hover { &:hover {
opacity: 0.7; opacity: 0.7;
} }

View File

@ -2052,6 +2052,7 @@ define([
$element.data('context', 'default'); $element.data('context', 'default');
$container.append($element); $container.append($element);
}); });
createGhostIcon($container);
}; };
var displayTrashRoot = function ($list, $folderHeader, $fileHeader) { var displayTrashRoot = function ($list, $folderHeader, $fileHeader) {