|
@@ -108,7 +108,7 @@ export const RichAttachment = React.memo((props: RichAttachmentProps) => {
|
|
|
{showTrashButton && (
|
|
{showTrashButton && (
|
|
|
<button
|
|
<button
|
|
|
type="button"
|
|
type="button"
|
|
|
- className="ml-2 text-danger attachment-delete d-share-link-none"
|
|
|
|
|
|
|
+ className="ml-2 text-danger attachment-delete d-share-link-none border-0 bg-transparent p-0"
|
|
|
onClick={onClickTrashButtonHandler}
|
|
onClick={onClickTrashButtonHandler}
|
|
|
>
|
|
>
|
|
|
<span className="material-symbols-outlined">delete</span>
|
|
<span className="material-symbols-outlined">delete</span>
|