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