Skip to content

Commit

Permalink
3.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Mar 10, 2024
1 parent e211e47 commit 67fb631
Show file tree
Hide file tree
Showing 4 changed files with 9 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 @@
# 3.3.19

- (Maintenance) Updated styling of certain tags so they should be legible in any theme.

# 3.3.18

- (Maintenance) Updated styling to be compatible with system version 5.14.1.
Expand Down
3 changes: 2 additions & 1 deletion sass/ui-theme/foundry-core/_app-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,8 @@

.tags.light > .tag,
.tags > .tag.light {
background: white;
--tag-color: var(--input-color);
background: var(--input-background);
}

// .tags > .tag {
Expand Down
3 changes: 2 additions & 1 deletion styles/dorako-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -4979,7 +4979,8 @@ html .xdy-pf2e-workbench-rarity-unique {
}
[data-theme] .tags.light > .tag,
[data-theme] .tags > .tag.light {
background: white;
--tag-color: var(--input-color);
background: var(--input-background);
}
[data-theme] .tagify,
[data-theme] .tah-dialog-tags-dropdown .tagify__dropdown__wrapper,
Expand Down
2 changes: 1 addition & 1 deletion styles/dorako-ui.css.map

Large diffs are not rendered by default.

0 comments on commit 67fb631

Please sign in to comment.