From: Dylan William Hardison Date: Wed, 23 Jan 2019 16:52:05 +0000 (-0500) Subject: Bug 1522155 - Closed bug links don't get their strike-through X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ab43a23a9a8b3b51e83c17eb4c56fa449522be9;p=thirdparty%2Fbugzilla.git Bug 1522155 - Closed bug links don't get their strike-through --- diff --git a/skins/standard/global.css b/skins/standard/global.css index bcfec24c1..949a46549 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -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;