mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
This redundant `text-decoration: none` was getting in the way of showing
a strikethrough on the deleted part of the diff
before ("new strike" at the bottom missing the strikethrough):

after (strikethrough appears correctly):

This commit is contained in:
@@ -243,7 +243,6 @@
|
||||
del,
|
||||
.diff-del {
|
||||
background: var(--danger-low);
|
||||
text-decoration: none;
|
||||
code,
|
||||
img {
|
||||
border-color: var(--danger);
|
||||
|
||||
Reference in New Issue
Block a user