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): 

![image](https://github.com/user-attachments/assets/4c04696a-efe8-4bb4-a7a7-cf10fcd4b443)


after (strikethrough appears correctly):

![image](https://github.com/user-attachments/assets/22a8c658-6600-47d4-a795-dc3116971485)
This commit is contained in:
Kris
2025-01-14 16:33:09 -05:00
committed by GitHub
parent bad869dd81
commit a94009a57d

View File

@@ -243,7 +243,6 @@
del,
.diff-del {
background: var(--danger-low);
text-decoration: none;
code,
img {
border-color: var(--danger);