Skip to content

Commit

Permalink
2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Jul 28, 2023
1 parent c9d13f3 commit de416a3
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.3.7

- (Maintenance) Updated styling of effect panel information to avoid new solid background introduced by system change
- (Refinement) Styled the effect badges in the token HUD. They're now larger.
- (Maintenance) Fiddled with the inline buttons/checks/links again to resolve an issue in AV journals. Let me know if other premium module journals are affected.

# 2.3.6

- (Maintenance) Update styling so templates and broken links are legible in dark theme once again
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.2.1"
"verified": "5.2.3"
}
},
{
Expand Down
8 changes: 8 additions & 0 deletions sass/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ a.inline-roll:not(.inline-result) {
}
}

.pf2e-av .journal-page-content a.inline-check > i.icon,
.pf2e-av .journal-page-content span[data-pf2-check] > i.icon,
.pf2e-av .journal-page-content [data-pf2-repost] .label,
.pf2e-av .journal-page-content [data-pf2-check] .label,
.pf2e-av .journal-page-content [data-pf2-check]:not([data-pf2-show-dc="gm"]) .label {
color: var(--av-green-light);
}

.dorako-ui.message.chat-message.dark-theme a.inline-roll {
color: black;
}
Expand Down
26 changes: 26 additions & 0 deletions sass/foundry/_token-hud.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,32 @@
}
}
}

&.placeable-hud .control-icon {
.effect-control.valued .badge,
.effect-control .badge {
font-size: var(--font-size-16);
font-weight: 600;
line-height: var(--font-size-17);
border-radius: 0px 3px 0px 3px;
background: var(--primary-light);
// background: white;
margin: 1px;
// color: black;
color: white;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
height: 1.1rem;
width: 1.1rem;
border: 1px solid var(--gold-brown);
box-shadow: -1px 1px 0px var(--tertiary);
}

.badge.fa-lock:before {
position: relative;
top: -2.5px;
font-size: var(--font-size-10);
}
}
}

.placeable-hud {
Expand Down
4 changes: 4 additions & 0 deletions sass/pf2e/_effects-panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
backdrop-filter: blur(5px);
z-index: var(--z-index-tooltip);

.description {
background: unset;
}

a:not(.content-link) {
@include glass;
@include quick-transition;
Expand Down
31 changes: 31 additions & 0 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 de416a3

Please sign in to comment.