Merge pull request #13581 from vince-roll20/1eRevised

AD&D1e Revised
This commit is contained in:
Kayla Fischer
2024-12-05 10:03:53 -08:00
committed by GitHub
2 changed files with 15 additions and 13 deletions
+13 -12
View File
@@ -2864,7 +2864,7 @@ details[open].thac0-box {
text-align: left;
top: 1.25em;
width: 75%;
z-index: 3;
z-index: 5;
}
.charsheet .center {
@@ -2916,11 +2916,10 @@ details[open].thac0-box {
border-bottom: 1px solid var(--color-lightgrey2);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
display: flex;
margin-top: -3px;
}
.charsheet details[open].border-bottom-half {
.ui-dialog .charsheet .background .wrapper .sect .repitem details[open].border-bottom-half {
border: 1px solid;
border-top: none;
border-top-left-radius: 0;
@@ -3007,30 +3006,32 @@ details[open].thac0-box {
}
/* emphasize memorized */
.charsheet input.toggle-show[value='1'] ~ input.not-memorized ~ .spell-display {
.charsheet .toggle-show[value='1'] ~ .not-memorized ~ .spell-display {
opacity: 1;
}
.charsheet input.toggle-show[value='1'] ~ input.not-memorized[value='0'] ~ .spell-display {
.charsheet .toggle-show[value='1'] ~ .not-memorized[value='0'] ~ .spell-display {
opacity: 0.5;
}
/* toggle memorized only */
.charsheet input.toggle-show[value='1'] ~ input.toggle-memorized:checked + input.toggle-all:not(:checked) ~ .spell-display {
display: block;
.charsheet .toggle-show[value='1'] ~ .toggle-memorized:checked + .toggle-all:not(:checked) ~ .spell-display {
/* display: block; */
display: flex;
}
.charsheet input.toggle-show[value='1'] ~ input.toggle-memorized:not(:checked) ~ .spell-display {
.charsheet .toggle-show[value='1'] ~ .toggle-memorized:not(:checked) ~ .spell-display {
display: none;
}
.charsheet input.toggle-show[value='1'] ~ input.toggle-memorized:not(:checked) + input.toggle-all:checked ~ .spell-display {
display: block;
.charsheet .toggle-show[value='1'] ~ .toggle-memorized:not(:checked) + .toggle-all:checked ~ .spell-display {
/* display: block; */
display: flex;
}
/* ensure un-memorized spells top-row and details get 100% opacity with hover/focus */
.charsheet .repcontainer[data-groupname='repeating_spells'] .repitem:focus-within input.toggle-show[value='1'] ~ input.not-memorized[value='0'] ~ .spell-display,
.charsheet .repcontainer[data-groupname='repeating_spells'] .repitem:hover input.toggle-show[value='1'] ~ input.not-memorized[value='0'] ~ .spell-display {
.charsheet .repcontainer[data-groupname='repeating_spells'] .repitem:focus-within .toggle-show[value='1'] ~ .not-memorized[value='0'] ~ .spell-display,
.charsheet .repcontainer[data-groupname='repeating_spells'] .repitem:hover .toggle-show[value='1'] ~ .not-memorized[value='0'] ~ .spell-display {
opacity: 1;
}
+2 -1
View File
@@ -63,9 +63,10 @@
<span class="left">
<span>v<span name="attr_sheet_version">
</span>
<span class="right"> • 11/27/24'</span>
<span class="right"> • 12/4/24'</span>
</h5>
<ul>
<li>Rollback of last weeks single column not spanning full width 'fix' and a proper redo that doesn't cause collateral issues with the spell header layout.</li>
<li>Small fix for single column spells and special abilities not spanning the full width.</li>
<li>Added an option in the Sheet settings to auto-roll weapon damage regardless of the attack roll.</li>
<li>