diff --git a/shared/editor/components/Styles.ts b/shared/editor/components/Styles.ts index 3d6f1adf0..27c693bc1 100644 --- a/shared/editor/components/Styles.ts +++ b/shared/editor/components/Styles.ts @@ -1279,13 +1279,16 @@ ins { } del { - background-color: ${props.theme.slateLight}; color: ${props.theme.slate}; text-decoration: strikethrough; } -del img { - opacity: .5; +del[data-operation-index] { + background-color: ${props.theme.slateLight}; + + img { + opacity: .5; + } } @media print {