Fix Quote Hash Navigation causing filtered backlinks to not be hidden properly.
This commit is contained in:
parent
66588586bf
commit
354f2b5b55
@ -838,7 +838,8 @@ span.hide-announcement {
|
|||||||
.filtered {
|
.filtered {
|
||||||
text-decoration: underline line-through;
|
text-decoration: underline line-through;
|
||||||
}
|
}
|
||||||
:root.hide-backlinks .backlink.filtered {
|
:root.hide-backlinks .backlink.filtered,
|
||||||
|
:root.hide-backlinks .backlink.filtered + .hashlink.filtered {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.inline {
|
.inline {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user