summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files/css/files.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index e3e9481d072..bb6d942f305 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -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;