mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00: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
@ -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 New Issue
Block a user