diff --git a/5eShaped/precompiled/components/core/core.html b/5eShaped/precompiled/components/core/core.html index d33d8789fc..3ffde58ec0 100644 --- a/5eShaped/precompiled/components/core/core.html +++ b/5eShaped/precompiled/components/core/core.html @@ -1,5 +1,5 @@
- +
diff --git a/5eShaped/precompiled/components/core/skills.html b/5eShaped/precompiled/components/core/skills.html index 39c7159e03..3def1f965b 100644 --- a/5eShaped/precompiled/components/core/skills.html +++ b/5eShaped/precompiled/components/core/skills.html @@ -1,8 +1,7 @@
-
-
+
-
-
- -
diff --git a/5eShaped/precompiled/components/header/variables.html b/5eShaped/precompiled/components/header/variables.html index b8cfc9b607..b0288605ae 100644 --- a/5eShaped/precompiled/components/header/variables.html +++ b/5eShaped/precompiled/components/header/variables.html @@ -1,8 +1,9 @@ - + + diff --git a/5eShaped/precompiled/components/settings/display.html b/5eShaped/precompiled/components/settings/display.html index ca0de3149b..777904d744 100644 --- a/5eShaped/precompiled/components/settings/display.html +++ b/5eShaped/precompiled/components/settings/display.html @@ -13,11 +13,15 @@
- +
- + +
+
+ +
\ No newline at end of file diff --git a/5eShaped/precompiled/styles/_core.scss b/5eShaped/precompiled/styles/_core.scss index fe7feaff5f..bc7397aef4 100644 --- a/5eShaped/precompiled/styles/_core.scss +++ b/5eShaped/precompiled/styles/_core.scss @@ -117,6 +117,11 @@ } } + +input.sheet-toggle-passive-skills:not([value='1']) ~ div .sheet-passive-skill { + display: none; +} + .sheet-skill-ability { color: $light-gray; font-size: 10px; diff --git a/5eShaped/translation.json b/5eShaped/translation.json index 68a35932ca..8066efb747 100644 --- a/5eShaped/translation.json +++ b/5eShaped/translation.json @@ -557,6 +557,7 @@ "PALADIN":"Paladin", "PASSIVE":"Passive", "PASSIVE_ABILITY_CHECK":"Passive ability check", + "PASSIVE_SKILLS":"Passive skills", "PC":"PC", "PERCEPTION":"Perception", "PERFORMANCE":"Performance", @@ -627,7 +628,6 @@ "SHIELD":"Shield", "SHORT_REST":"Short Rest", "SHOW_ALL":"Show all", - "SHOW_PASSIVE":"Show passive", "SHOW_RESTS":"Show Rests", "SHOW_SPELL_LEVEL_IF_ALL_SLOTS_ARE_USED":"Show levels if all slots are used", "SHOW_TARGET_AC_ON_ATTACKS":"Target's AC on Attacks", diff --git a/5eShaped/translations/en.json b/5eShaped/translations/en.json index 68a35932ca..8066efb747 100644 --- a/5eShaped/translations/en.json +++ b/5eShaped/translations/en.json @@ -557,6 +557,7 @@ "PALADIN":"Paladin", "PASSIVE":"Passive", "PASSIVE_ABILITY_CHECK":"Passive ability check", + "PASSIVE_SKILLS":"Passive skills", "PC":"PC", "PERCEPTION":"Perception", "PERFORMANCE":"Performance", @@ -627,7 +628,6 @@ "SHIELD":"Shield", "SHORT_REST":"Short Rest", "SHOW_ALL":"Show all", - "SHOW_PASSIVE":"Show passive", "SHOW_RESTS":"Show Rests", "SHOW_SPELL_LEVEL_IF_ALL_SLOTS_ARE_USED":"Show levels if all slots are used", "SHOW_TARGET_AC_ON_ATTACKS":"Target's AC on Attacks",