You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03:00
strikethrough & underline deletions & insertions
This commit is contained in:
@@ -46,11 +46,13 @@ limitations under the License.
|
|||||||
.mx_EditHistoryMessage_deletion {
|
.mx_EditHistoryMessage_deletion {
|
||||||
color: rgb(255, 76, 85);
|
color: rgb(255, 76, 85);
|
||||||
background-color: rgba(255, 76, 85, 0.1);
|
background-color: rgba(255, 76, 85, 0.1);
|
||||||
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EditHistoryMessage_insertion {
|
.mx_EditHistoryMessage_insertion {
|
||||||
color: rgb(26, 169, 123);
|
color: rgb(26, 169, 123);
|
||||||
background-color: rgba(26, 169, 123, 0.1);
|
background-color: rgba(26, 169, 123, 0.1);
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_line, .mx_EventTile_content {
|
.mx_EventTile_line, .mx_EventTile_content {
|
||||||
|
Reference in New Issue
Block a user