diff options
-rw-r--r-- | apps/files/css/files.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 219bec8017e..c6a0e43fa97 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -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; + } } } } |