In "Deleted files", do not show "Restore" text next to icon as there is no space

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-10-12 20:04:49 +02:00
parent bdfece12b2
commit d979da3755
No known key found for this signature in database
GPG key ID: CBD846FC845CBE17

View file

@ -874,6 +874,13 @@ table.dragshadow td.size {
}
}
/* In "Deleted files", do not show "Restore" text next to icon as there is no space */
&.action-restore.permanent span {
&:not(.icon) {
display: none;
}
}
/* If there is a comment, show it instead of the share icon */
&.action-comment ~ .action-share {
display: none;