Skip to content

Commit

Permalink
Fix for unhidden spoiler text
Browse files Browse the repository at this point in the history
  • Loading branch information
mdirolf committed May 2, 2024
1 parent c4f5e1f commit f9bc479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/SpoilerText.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
background-color: var(--text);
}

.spoiler * {
.spoiler[data-hidden='true'] * {
visibility: hidden;
}

0 comments on commit f9bc479

Please sign in to comment.