Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Mar 12, 2023
1 parent 303fb5d commit 2a75a01
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.0.3

- (Fix) Made sure that form button styling does not apply to prosemirror dropdowns, fixing an issue where dropdowns became illegible when hovered.
- (Refinement) Made Dalvyn's CRB styled journals' font apply to text in journals in MEJ.

# 2.0.2

- (Refinement) Improved Compact UI mode so canvas elements near controls are clickable
Expand Down
3 changes: 1 addition & 2 deletions sass/foundry/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
}
}

.dorako-ui form button {
//:not(.pm-dropdown)
.dorako-ui form button:not(.pm-dropdown) {
@include quick-transition;
border: 1px solid var(--color-border-light-primary);

Expand Down
1 change: 1 addition & 0 deletions sass/module/_dalvyn-journal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
/* TEXTE
====================================================== */

&.journal-entry-content, // MEJ
&.journal-entry-page .window-content,
.journal-entry-page .window-content {
font-family: "Gelasio";
Expand Down
6 changes: 3 additions & 3 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.

2 changes: 1 addition & 1 deletion 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 2a75a01

Please sign in to comment.