fix filtered and "hidden" items showing up when showhidden is set

This commit is contained in:
jomo 2022-08-05 22:09:44 +02:00
parent c763cdb23f
commit 1b64cdd747

View file

@ -47,6 +47,10 @@ h1 a {
display: block;
}
#results.showhidden .result.hidden.filtered {
display: none;
}
.result.filtered {
display: none;
}