Skip to content

Commit 6e4d50b

Browse files
authored
Merge pull request #35340 from nextcloud/backport/35299/stable25
[stable25] Prevents the selection of encrypted folders when clicking on the "Select all" checkbox
2 parents 5efabd1 + f9a2410 commit 6e4d50b

File tree

6 files changed

+20
-3
lines changed

6 files changed

+20
-3
lines changed

apps/files/css/files.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files/css/files.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files/css/files.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
9191
color: var(--color-text-maxcontrast);
9292
}
9393
}
94+
95+
// Deactivates the possiblility to checkmark or click on the encrypted folder
96+
tr[data-e2eencrypted="true"] {
97+
pointer-events: none;
98+
}
9499
}
95100
}
96101

apps/files/css/merged.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)