From a94009a57d03ba7adea9c0b289ccbc94cd7d35e0 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 14 Jan 2025 16:33:09 -0500 Subject: [PATCH] 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) --- app/assets/stylesheets/common/base/history.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/history.scss b/app/assets/stylesheets/common/base/history.scss index de8a9b425cb..f59fad63bef 100644 --- a/app/assets/stylesheets/common/base/history.scss +++ b/app/assets/stylesheets/common/base/history.scss @@ -243,7 +243,6 @@ del, .diff-del { background: var(--danger-low); - text-decoration: none; code, img { border-color: var(--danger);