mirror of
https://github.com/discourse/discourse.git
synced 2025-03-10 03:05:30 +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,
|
del,
|
||||||
.diff-del {
|
.diff-del {
|
||||||
background: var(--danger-low);
|
background: var(--danger-low);
|
||||||
text-decoration: none;
|
|
||||||
code,
|
code,
|
||||||
img {
|
img {
|
||||||
border-color: var(--danger);
|
border-color: var(--danger);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user