Handle icons and skip decryption checks during export

This commit is contained in:
Jaiwanth 2021-06-01 14:47:01 +05:30
parent 5f9cf5760d
commit 1382bd4fee
8 changed files with 39 additions and 7 deletions

View file

@ -58,5 +58,26 @@ a.mx_reply_anchor:hover{
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}
.mx_MFileBody_info .mx_MFileBody_info_icon img.mx_export_attach_icon {
content: '';
background-color: #ffffff;
width: 13px;
height: 15px;
position: absolute;
top: 8px;
left: 9px;
}
.mx_RedactedBody img.mx_export_trash_icon {
height: 14px;
width: 14px;
background-color: #ffffff;
content: '';
position: absolute;
top: 1px;
left: 0;
}
`
export default lightCSS + snackbarCSS;