Skip to content

Commit

Permalink
3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Mar 24, 2024
1 parent ec1c5e1 commit 791aaab
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 93 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.4.5

- (Refinement) Updated styling of certain secret labels to keep in track with the system.
- (Refinement) Added a border around icons in certain messages with small icons.

# 3.4.3

- (Module) Added support for Vauxs' Archives.
Expand Down
12 changes: 8 additions & 4 deletions sass/ui-theme/foundry-core/_app-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,18 @@
padding: 0px 2px;
}

span[data-pf2-action][data-secret] {
color: #191813;
}

a.content-link,
[data-pf2-check]:not([data-pf2-traits*="secret"]),
[data-pf2-check]:not([data-pf2-traits*="secret"], [data-secret]),
a.entity-link,
[data-pf2-action],
[data-pf2-action]:not([data-secret]),
span[data-pf2-action][data-pf2-glyph],
span[data-pf2-effect-area],
a.inline-check:not([data-pf2-traits*="secret"]),
a.inline-check:not([data-pf2-traits*="secret"]) .label,
a.inline-check:not([data-pf2-traits*="secret"], [data-secret]),
a.inline-check:not([data-pf2-traits*="secret"], [data-secret]) .label,
a.inline-roll {
background: var(--inline-background);
border: 1px solid var(--inline-border-color);
Expand Down
7 changes: 7 additions & 0 deletions sass/ui-theme/pf2e-system/_messages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@
}
}

> .message-content > div > h4 > img,
> .message-content .participant-conditions ul li img {
@include dui-app;
border: 1px solid;
border-color: var(--icon-border-color);
}

.pf2e.chat-card .addendum {
color: var(--text-color-3);
}
Expand Down
Loading

0 comments on commit 791aaab

Please sign in to comment.