Skip to content

Commit

Permalink
2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Sep 3, 2023
1 parent 73c912e commit cd57635
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 3 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.4

- (Refinement) Fixed a margin conflict with Button Feel.
- (Refinement) Improved dark theme styling for damage type buttons on PC sheet strikes.

# 2.6.3

- (Refinement) Further improvements to Party Sheet dark theme.
Expand Down
5 changes: 5 additions & 0 deletions sass/module/_button-feel.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.dorako-ui {
&.tab#chat {
margin: unset;
}
}
2 changes: 1 addition & 1 deletion sass/module/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"enhancen-terrain-layer", "filepicker-plus", "koboldworks-turn-announcer", "macros", "monarch", "monks", "polyglot",
"scene-preview", "speaking-as", "target-damage", "token-action-hud", "workbench", "party-overview", "pf2e-dailies",
"dalvyn-journal", "swade", "chat-reactions", "card-hand-mini-toolbar", "module-management-plus", "misc", "item-piles",
"pf2e-idle-hud", "pf2e-utility-buttons", "window-tabs", "pinned-chatlog", "forien-easy-polls";
"pf2e-idle-hud", "pf2e-utility-buttons", "window-tabs", "pinned-chatlog", "forien-easy-polls", "button-feel";
16 changes: 16 additions & 0 deletions sass/pf2e/_actor-sheet-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,22 @@
border-color: var(--tertiary);
}

// prettier-ignore
&.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.actions ol.actions-list li.strike .button-group .versatile-options button {
box-shadow: 0px 0px 1px 1px var(--tertiary) inset;
--color-border-piercing: #5c5c5c;
--color-border-slashing: #5c5c5c;
--color-border-bludgeoning: #5c5c5c;

&:hover,
&.selected {
background: white;
}
.icon {
text-shadow: none;
}
}

// prettier-ignore
&.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 {
Expand Down
12 changes: 12 additions & 0 deletions styles/dorako-ui.css

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

2 changes: 1 addition & 1 deletion styles/dorako-ui.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions styles/module-support.css

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

2 changes: 1 addition & 1 deletion styles/module-support.css.map

Large diffs are not rendered by default.

0 comments on commit cd57635

Please sign in to comment.