Skip to content

Commit

Permalink
Fix conditions list background in light mode. Fix spell slot configur…
Browse files Browse the repository at this point in the history
…ation always being shown.
  • Loading branch information
Fyorl committed May 21, 2024
1 parent 11a0eeb commit a50d805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions less/v2/apps.less
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@
border-bottom: var(--border-style);
border-right: var(--border-style);
color: var(--color-text-light-6);
background: unset;
--icon-fill: var(--color-text-light-6);
--icon-stroke: var(--dnd5e-color-card);

Expand Down
2 changes: 1 addition & 1 deletion templates/actors/tabs/character-spells.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<div class="item-header item-uses spell-uses">{{ localize "DND5E.Uses" }}</div>
<div class="item-header item-formula">{{ localize "DND5E.SpellHeader.Formula" }}</div>
<div class="item-header item-controls"></div>
{{#if (and usesSlots editable)}}
{{#if (and usesSlots @root.editable)}}
<a class="config-button" data-action="spellSlots" data-tooltip="DND5E.SpellSlotsConfig"
aria-label="{{ localize "DND5E.SpellSlotsConfig" }}">
<i class="fas fa-cog"></i>
Expand Down

0 comments on commit a50d805

Please sign in to comment.