Skip to content

Commit

Permalink
Limit pointer event blocking to the checkbox
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge committed Dec 22, 2022
1 parent e5a0fff commit 4f68d13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
}

// Deactivates the possiblility to checkmark or click on the encrypted folder
tr[data-e2eencrypted="true"] {
tr[data-e2eencrypted="true"] .selection {
pointer-events: none;
}
}
Expand Down
2 changes: 1 addition & 1 deletion apps/files/css/merged.css

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

0 comments on commit 4f68d13

Please sign in to comment.