Skip to content

Commit

Permalink
Merge pull request #12167 from LilLiteralist/master
Browse files Browse the repository at this point in the history
[Star Wars Saga Edition] Added setting to remove query on rolls
  • Loading branch information
BronsonHall authored Sep 21, 2023
2 parents 9a6e741 + d9998ae commit 28f33bc
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 22 deletions.
6 changes: 5 additions & 1 deletion Star Wars Saga Edition/StarWarsSagaEdition.css
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,11 @@
.pilotSkillShow:not(:checked) ~ .pilotBody,
.sectAttack-show:checked ~ .sectAttack,
.sect-show:not(:checked) ~ .sect,
.SkillShow:not(:checked) + .SkillBody {
.SkillShow:not(:checked) + .SkillBody,
.other-mod-toggle:not(:checked) ~ .repcontainer .other-mod-off,
.other-mod-toggle:not(:checked) ~ .other-mod-off,
.other-mod-toggle:checked ~ .repcontainer .other-mod-on,
.other-mod-toggle:checked ~ .other-mod-on {
display: none;
}

Expand Down
Loading

0 comments on commit 28f33bc

Please sign in to comment.