Skip to content
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