diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-06-26 14:52:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-26 14:52:37 +0200 |
commit | 665362b35487a86a0d4db7ceea8cabddfb3a1e6f (patch) | |
tree | 49ab1bdc9868122a89060abe4017d67f25fe7d9a /apps/files | |
parent | bc276cdd83aeb40e70ccca4573b4318ca7dceb81 (diff) | |
parent | 2832c0d8a27e98cbbf6c65d1bb39bc8841657e2b (diff) | |
download | nextcloud-server-665362b35487a86a0d4db7ceea8cabddfb3a1e6f.tar.gz nextcloud-server-665362b35487a86a0d4db7ceea8cabddfb3a1e6f.zip |
Merge pull request #16084 from nextcloud/design/fix-files-checkboxes
Fix file checkbox margin causing layout issues in file list
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 4cde7d03d29..30f9f4d797a 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -441,6 +441,7 @@ table td.selection { /* File checkboxes */ #fileList tr td.selection>.selectCheckBox + label:before { opacity: 0.3; + margin-right: 0; } /* Show checkbox with full opacity when hovering, checked, or selected */ |