]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1543718 - Obsolete attachments should have a strikethrough
authorKohei Yoshino <kohei.yoshino@gmail.com>
Thu, 11 Apr 2019 19:40:43 +0000 (15:40 -0400)
committerGitHub <noreply@github.com>
Thu, 11 Apr 2019 19:40:43 +0000 (15:40 -0400)
extensions/BugModal/web/bug_modal.css

index 80d4f05a757f3662d1b215524ccc30a51d065a8d..5cf514065308822d2e08e7c0763757fc73e1073a 100644 (file)
@@ -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;