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 {
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 {