mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
UX: show strikethrough, underline in post edit diff (#30773)
Reported here: https://meta.discourse.org/t/strike-through-text-is-not-rendered-in-diff/347101 `text-decoration: none` needs a few exceptions here to avoid stripping out styling that's present in posts before (strikethrough and underline stripped):  after: 
This commit is contained in:
parent
c25e53db7e
commit
912b002dcc
@ -212,7 +212,9 @@
|
||||
del,
|
||||
.diff-del {
|
||||
color: var(--primary);
|
||||
text-decoration: none;
|
||||
&:not(s, .bbcode-u, .bbcode-s) {
|
||||
text-decoration: none;
|
||||
}
|
||||
code,
|
||||
img {
|
||||
border: 2px solid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user