Skip to content

Commit

Permalink
2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Sep 4, 2023
1 parent 793c73b commit 8d47798
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 24 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.6.7

- (Maintenance) Fixed some low-contrast dark-theme issues.
- (Maintenance) Fixed an issue where reload and range increments were unreadable on dark-theme.
- (Maintenance) Re-added missing ornamentation styling for expanded actions dark-theme PC sheets.

# 2.6.6

- (Maintenance) Kept up-to-date with system class names to fix an issue where saves on NPC sheets were cut short.
Expand Down
38 changes: 27 additions & 11 deletions sass/pf2e/_actor-sheet-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,34 @@
&:hover,
&.selected {
background: white;
.icon {
color: black !important; // stopgap
}
}
.icon {
text-shadow: none;
}
&.damage.color.bludgeoning .icon,
&.damage.color.piercing .icon,
&.damage.color.slashing .icon {
color: var(--color-border-piercing);
}
}

// prettier-ignore
&.actor.sheet.character .crb-style .sheet-body .sheet-content .item-image i,
&.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.character .character-details .alignment select,
&.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.actions ol.actions-list li.strike .auxiliary-actions button select.modular {
color: black; // overwrite --text-dark
}

// prettier-ignore
&.actor.sheet .crb-style .sheet-body .sheet-content .tab.actions ol.actions-list li.action .item-summary .tag.tag_secondary,
&.actor.sheet .crb-style .sheet-body .sheet-content .tab.actions ol.actions-list li.strike .item-summary .tag.tag_secondary {
background-color: var(--tertiary-dark);
color: black;
}

.tags .tag.tag_secondary,
.tags .tag option.tag_secondary {
background-color: var(--tertiary-dark);
Expand Down Expand Up @@ -442,15 +458,15 @@
// }

// prettier-ignore
&.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.actions .actions-container .actions-tabs-wrapper .actions-panels ol.actions-list.strikes-list li.strike .button-group .versatile-options button {
background: var(--tertiary);
color: rgba(0, 0, 0, 0.4);
text-shadow: unset;
&:hover,
&.selected {
background: var(--tertiary-dark);
color: var(--text-dark);
text-shadow: unset;
}
}
// &.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.actions .actions-container .actions-tabs-wrapper .actions-panels ol.actions-list.strikes-list li.strike .button-group .versatile-options button {
// background: var(--tertiary);
// color: rgba(0, 0, 0, 0.4);
// text-shadow: unset;
// &:hover,
// &.selected {
// background: var(--tertiary-dark);
// color: var(--text-dark);
// text-shadow: unset;
// }
// }
}
2 changes: 2 additions & 0 deletions sass/pf2e/_actor-sheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
}

// prettier-ignore
&.actor.sheet .crb-style .sheet-body .sheet-content .tab.actions ol.actions-list li.action .item-summary,
&.actor.sheet .crb-style .sheet-body .sheet-content .tab.actions ol.actions-list li.strike .item-summary,
&.sheet.party [data-tab=overview] .summary,
&.sheet.party [data-tab=exploration] .activities .member-activity,
&.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.character .attributes .attribute h3.modifier,
Expand Down
24 changes: 12 additions & 12 deletions styles/dorako-ui.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8d47798

Please sign in to comment.