fix: Deleted text style in history, closes #4231
This commit is contained in:
@@ -1302,7 +1302,8 @@ del {
|
||||
}
|
||||
|
||||
del[data-operation-index] {
|
||||
background-color: ${props.theme.slateLight};
|
||||
color: ${props.theme.textDeleted};
|
||||
background-color: ${props.theme.textDeletedBackground};
|
||||
|
||||
img {
|
||||
opacity: .5;
|
||||
|
||||
Reference in New Issue
Block a user