Skip to content

Commit

Permalink
Merge pull request #35340 from nextcloud/backport/35299/stable25
Browse files Browse the repository at this point in the history
[stable25] Prevents the selection of encrypted folders when clicking on the "Select all" checkbox
  • Loading branch information
PVince81 authored Nov 23, 2022
2 parents 5efabd1 + f9a2410 commit 6e4d50b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 3 deletions.
3 changes: 3 additions & 0 deletions apps/files/css/files.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/files/css/files.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@
color: var(--color-text-maxcontrast);
}
}

// Deactivates the possiblility to checkmark or click on the encrypted folder
tr[data-e2eencrypted="true"] {
pointer-events: none;
}
}
}

Expand Down
3 changes: 3 additions & 0 deletions apps/files/css/merged.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6e4d50b

Please sign in to comment.