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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user