Merge pull request #16084 from nextcloud/design/fix-files-checkboxes

Fix file checkbox margin causing layout issues in file list
This commit is contained in:
Jan-Christoph Borchardt 2019-06-26 14:52:37 +02:00 committed by GitHub
commit 665362b354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 */