]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1522155 - Closed bug links don't get their strike-through
authorDylan William Hardison <dylan@hardison.net>
Wed, 23 Jan 2019 16:52:05 +0000 (11:52 -0500)
committerGitHub <noreply@github.com>
Wed, 23 Jan 2019 16:52:05 +0000 (11:52 -0500)
skins/standard/global.css

index bcfec24c1de42844c4d9244b280f552055f37c6d..949a465492fdef2e65b9da0b77bf81f7386bff29 100644 (file)
@@ -570,14 +570,14 @@ div#docslinks {
 }
 
 .bz_obsolete {
-    text-decoration: line-through;
+    text-decoration: line-through !important;
 }
 .bz_inactive {
-    text-decoration: line-through;
+    text-decoration: line-through !important;
 }
 .bz_closed,
 .bz_CLOSED td {
-    text-decoration: line-through;
+    text-decoration: line-through !important;
 }
 .bz_private {
     color: darkred;