Fix Quote Hash Navigation causing filtered backlinks to not be hidden properly.

This commit is contained in:
ccd0 2014-12-29 22:54:50 -08:00
parent 66588586bf
commit 354f2b5b55

View File

@ -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 {