fix: remove strikethrough text background (#4202)

* Update Styles.ts

* Update Styles.ts

Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
vgwidt
2022-10-01 20:39:33 +09:00
committed by GitHub
parent 4bb2a8ca1c
commit ee8c47eb3b

View File

@@ -1279,13 +1279,16 @@ ins {
} }
del { del {
background-color: ${props.theme.slateLight};
color: ${props.theme.slate}; color: ${props.theme.slate};
text-decoration: strikethrough; text-decoration: strikethrough;
} }
del img { del[data-operation-index] {
opacity: .5; background-color: ${props.theme.slateLight};
img {
opacity: .5;
}
} }
@media print { @media print {