From 354f2b5b55902b85f1ffd6498ceb11986f9caf9b Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 29 Dec 2014 22:54:50 -0800 Subject: [PATCH] Fix Quote Hash Navigation causing filtered backlinks to not be hidden properly. --- src/General/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index c4822a31c..bf00ead2a 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -838,7 +838,8 @@ span.hide-announcement { .filtered { text-decoration: underline line-through; } -:root.hide-backlinks .backlink.filtered { +:root.hide-backlinks .backlink.filtered, +:root.hide-backlinks .backlink.filtered + .hashlink.filtered { display: none; } .inline {