mirror of
https://github.com/discourse/discourse.git
synced 2025-03-10 17:17:55 +08:00
UX: remove redundant text-decoration: none
, follow up to 912b002 (#30775)
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:
parent
bad869dd81
commit
a94009a57d
@ -243,7 +243,6 @@
|
||||
del,
|
||||
.diff-del {
|
||||
background: var(--danger-low);
|
||||
text-decoration: none;
|
||||
code,
|
||||
img {
|
||||
border-color: var(--danger);
|
||||
|
Loading…
x
Reference in New Issue
Block a user