Skip to content

Commit

Permalink
2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Sep 21, 2023
1 parent 72984d1 commit 140275a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.7.1

- (Refinement) Missed a spot when styling 'use' buttons for NPCs.

# 2.7.0

- (New) New setting that can be used to enable an experimental look for NPC sheets, that is more HUD-like.
Expand Down
5 changes: 5 additions & 0 deletions sass/pf2e/_actor-sheet-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
}
}

&.actor.sheet.character button.use-action {
color: black !important;
}

&.npc .npc-sheet .actions-list li.action .button-group > button.use-action,
&.npc .npc-sheet .attacks-list li.action .button-group > button.use-action {
border-radius: 2px;
Expand All @@ -28,6 +32,7 @@
text-rendering: optimizeLegibility;
text-transform: uppercase;
font: 500 var(--font-size-10) var(--sans-serif);
color: black;
&:hover {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), inset 0 0 0 2px rgba(0, 0, 0, 0.4);
}
Expand Down
1 change: 0 additions & 1 deletion sass/pf2e/_actor-sheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

&.actor.sheet button.use-action {
text-shadow: unset !important;
color: black !important;
select {
box-shadow: unset !important;
}
Expand Down
5 changes: 4 additions & 1 deletion 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 140275a

Please sign in to comment.