From: Kohei Yoshino Date: Thu, 11 Apr 2019 19:40:43 +0000 (-0400) Subject: Bug 1543718 - Obsolete attachments should have a strikethrough X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c055fa4ce30bc5e542cb0f96ffc4d63202348364;p=thirdparty%2Fbugzilla.git Bug 1543718 - Obsolete attachments should have a strikethrough --- 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;