Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable25] Prevents the selection of encrypted folders when clicking on the "Select all" checkbox #35340

Merged
merged 7 commits into from
Nov 23, 2022
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