diff --git a/Pathfinder-Neceros/pathfinder-neceros.css b/Pathfinder-Neceros/pathfinder-neceros.css index fef8265938..98ae70060e 100644 --- a/Pathfinder-Neceros/pathfinder-neceros.css +++ b/Pathfinder-Neceros/pathfinder-neceros.css @@ -466,15 +466,21 @@ input.sheet-spells_level-tab7:checked ~ .sheet-spells .sheet-section-level-7:che input.sheet-spells_level-tab8:checked ~ .sheet-spells .sheet-section-level-8:checked ~ .sheet-sect, input.sheet-spells_level-tab9:checked ~ .sheet-spells .sheet-section-level-9:checked ~ .sheet-sect, input.sheet-spells_level-tab99:checked ~ .sheet-spells .sheet-sect, -input.sheet-spellclass-tab0:checked ~ div.sheet-section.sheet-section-spellclass-0, -input.sheet-spellclass-tab1:checked ~ div.sheet-section.sheet-section-spellclass-1, -input.sheet-spellclass-tab2:checked ~ div.sheet-section.sheet-section-spellclass-2 { +input.sheet-spellclass-tab0:checked ~ div.sheet-section-spellclass-0, +input.sheet-spellclass-tab1:checked ~ div.sheet-section-spellclass-1, +input.sheet-spellclass-tab2:checked ~ div.sheet-section-spellclass-2 { max-height: 999999px; visibility: visible; opacity: 1; transition: opacity 0.5s linear 0s; overflow: hidden; } +input.sheet-spellclass-tab0:checked ~ div.sheet-section-spellclass-0, +input.sheet-spellclass-tab1:checked ~ div.sheet-section-spellclass-1, +input.sheet-spellclass-tab2:checked ~ div.sheet-section-spellclass-2 { +visibility: visible !important; +max-height: 999999px !important; +} input.sheet-spells_level-tab99:checked ~ .sheet-spells .sheet-spell-border { display:block !important; } diff --git a/Pathfinder-Neceros/pathfinder-neceros.html b/Pathfinder-Neceros/pathfinder-neceros.html index 400780c211..0389f194b9 100644 --- a/Pathfinder-Neceros/pathfinder-neceros.html +++ b/Pathfinder-Neceros/pathfinder-neceros.html @@ -7849,17 +7849,12 @@