Skip to content
Prev Previous commit
Next Next commit
Deactivates the possiblility to checkmark or click on the encrypted f…
…older

Signed-off-by: [email protected] <[email protected]>
  • Loading branch information
TSI-kavitasonawane committed Nov 22, 2022
commit e4de88386a01cb343b9b737e63c899a77f6490ba
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