fix: answers are not hidden when switching to next card

This commit is contained in:
Tienson Qin
2021-07-22 11:43:48 +08:00
parent 6ef42504a9
commit 53531862cb
2 changed files with 10 additions and 3 deletions

View File

@@ -452,6 +452,10 @@ a.filter svg {
}
a[data-ref*="card"], .page-reference[data-ref*="card"] {
opacity: 0.3;
}
.ls-card a[data-ref*="card"], .ls-card .page-reference[data-ref*="card"] {
display: none;
}