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:
commit
665362b354
1 changed files with 1 additions and 0 deletions
|
@ -441,6 +441,7 @@ table td.selection {
|
||||||
/* File checkboxes */
|
/* File checkboxes */
|
||||||
#fileList tr td.selection>.selectCheckBox + label:before {
|
#fileList tr td.selection>.selectCheckBox + label:before {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Show checkbox with full opacity when hovering, checked, or selected */
|
/* Show checkbox with full opacity when hovering, checked, or selected */
|
||||||
|
|
Loading…
Reference in a new issue