diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-12 19:19:08 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-18 13:44:09 +0200 |
commit | 1d486673f64686772c14e6127e2adbaf1788b6f9 (patch) | |
tree | 3997dc4e65edd24e1c55e3ef1ab7cb1d5cc331f2 /apps/files/css/files.scss | |
parent | 64607f5491f5616f12d0b7cf52b5cf9621919acd (diff) | |
download | nextcloud-server-1d486673f64686772c14e6127e2adbaf1788b6f9.tar.gz nextcloud-server-1d486673f64686772c14e6127e2adbaf1788b6f9.zip |
If there is a comment, show it instead of the share icon
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files/css/files.scss')
-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; + } } } } |