From c055fa4ce30bc5e542cb0f96ffc4d63202348364 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Thu, 11 Apr 2019 15:40:43 -0400 Subject: [PATCH] Bug 1543718 - Obsolete attachments should have a strikethrough --- extensions/BugModal/web/bug_modal.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index 80d4f05a7..5cf514065 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -793,10 +793,16 @@ h3.change-name { color: grey; } -.change-set .attachment .label [itemprop="name"] { +.change-set .attachment .label [itemprop="description"] { font-weight: 600; } +.change-set .attachment.deleted .label [itemprop="description"], +.change-set .attachment.obsolete .label [itemprop="description"] { + text-decoration: line-through; + text-decoration-color: grey; +} + .change-set .attachment .outer { display: inline-block; margin: 8px 0 0; -- 2.47.3