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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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