Skip to content

Commit

Permalink
2.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Sep 17, 2023
1 parent 61859a4 commit 2dee657
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 20 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.6.11

- (Refinement) Added dark-theme styling for the 'click me' button indicator in chat messages.
- (Fix) Adjusted dark-theme styling worn/invested states of equipment on PC sheets.

# 2.6.10

- (Maintenance) Fixed dark-theme legibility issue with inventory buttons on loot sheets.
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"type": "system",
"compatibility": {
"minimum": "4.0.0",
"verified": "5.4.3"
"verified": "5.5.2"
}
},
{
Expand Down
5 changes: 5 additions & 0 deletions sass/_messages-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
/* Glassy Buttons */
/* ----------------------------------------- */
.dorako-ui.dark-theme.message.chat-message {
> .message-content .message-buttons button i.cue {
--fa-primary-color: white;
--fa-secondary-color: var(--tertiary);
}

.dice-roll .dice-formula,
.dice-roll .dice-total {
@include glass;
Expand Down
21 changes: 10 additions & 11 deletions sass/pf2e/_actor-sheet-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,14 +236,18 @@
color: var(--tertiary);
}

&.actor.sheet .inventory .list-row .item-controls .item-control.toggle-invested,
&.actor.sheet .inventory .list-row .item-controls .item-control.item-carry-type {
color: var(--tertiary-dark);
&.actor.sheet .inventory .list-row .item-controls .item-control.toggle-invested {
color: rgba(255, 255, 255, 0.5);
}

&.actor.sheet .inventory .list-row .item-controls .item-control.toggle-invested.active,
&.actor.sheet .inventory .list-row .item-controls .item-control.item-carry-type.active {
color: var(--tertiary);
// &.actor.sheet .inventory .list-row .item-controls .item-control.item-carry-type {
// color: var(--tertiary);
// }

&.actor.sheet .inventory .list-row .item-controls .item-control.item-toggle-invest.active,
&.actor.sheet .inventory .list-row .item-controls .item-control.item-carry-type.active,
&.actor.sheet .inventory .list-row .item-controls .item-control.toggle-invested.active {
color: var(--tertiary-dark);
}

// prettier-ignore
Expand Down Expand Up @@ -370,11 +374,6 @@
fill: var(--text-light);
}

&.actor.sheet .inventory .list-row .item-controls .item-control.item-toggle-invest.active,
&.actor.sheet .inventory .list-row .item-controls .item-control.item-carry-type.active {
color: var(--tertiary-dark);
}

&.actor.sheet .crb-style .sheet-body .sheet-content ol.spell-list > li.spell-level-header input,
&.actor.sheet .crb-style .sheet-body .sheet-content ol.spell-list > li .uses input {
box-shadow: unset;
Expand Down
15 changes: 8 additions & 7 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 2dee657

Please sign in to comment.