mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
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:
parent
bdfece12b2
commit
d979da3755
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue