If there is a comment, show it instead of the share icon

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-10-12 19:19:08 +02:00
parent 64607f5491
commit 1d486673f6
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 5 additions and 0 deletions

View File

@ -874,6 +874,11 @@ table.dragshadow td.size {
position: absolute;
}
}
/* If there is a comment, show it instead of the share icon */
&.action-comment ~ .action-share {
display: none;
}
}
}
}