Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Nov 16, 2023
1 parent 647ca05 commit a3c0beb
Show file tree
Hide file tree
Showing 14 changed files with 105 additions and 624 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.1

- (Fix) Fixed an issue with chat message headers in CRB theme.

# 3.0.0

- (New) All non-UI functionality has been split to the new PF2e Dorako UX module.
Expand Down
4 changes: 2 additions & 2 deletions languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"hint": "Affects rendered application windows",
"choice": {
"no-theme": "No theme",
"light-theme": "Light Dorako UI",
"dark-theme": "Dark Dorako UI",
"light-theme": "CRB inspired (light)",
"dark-theme": "CRB inspired (dark)",
"foundry2-theme": "Foundry 2 inspired"
}
},
Expand Down
13 changes: 13 additions & 0 deletions sass/dorako-theme/foundry-core/_notifications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,16 @@
}
}
}

.dorako-ui {
&.pf2e.item.sheet form .tab.active.rules .rule-form .validation-failures {
@include glass;
text-shadow: 0px 0px 3px black;
color: var(--color-text-light-highlight);

background-color: #ecbf41;
color: black;
text-shadow: none;
border: none;
}
}
2 changes: 1 addition & 1 deletion sass/dorako-ui.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "module-support";
@import "dorako-theme";
@import "foundry2-theme";
@import "dorako-ux";
@import "dorako-ui/";
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ section.readaloud {
}

.chat-message {
.dorako-header {
.message-header.dorako-header {
padding-bottom: 5px;
box-shadow: var(--gold-and-glow);
background: var(--sheet-light);
Expand Down Expand Up @@ -245,9 +245,9 @@ section.readaloud {
}
}

.chat-message > .message-header {
margin-bottom: 0px;
}
// .chat-message > .message-header {
// margin-bottom: 0px;
// }

.frosted-glass {
#hotbar .bar-controls,
Expand Down
2 changes: 0 additions & 2 deletions sass/dorako-ux/_index.scss → sass/dorako-ui/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
@import "../mixins";
@import "../colors";

@import "compact-ui";
@import "npc-sheet";
@import "dorako-ui";
@import "misc";
@import "reset";
4 changes: 0 additions & 4 deletions sass/dorako-ux/_misc.scss → sass/dorako-ui/_misc.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.dorako-display-none {
display: none !important;
}

a.content-link,
[data-pf2-check],
a.entity-link,
Expand Down
File renamed without changes.
49 changes: 0 additions & 49 deletions sass/dorako-ux/_compact-ui.scss

This file was deleted.

Loading

0 comments on commit a3c0beb

Please sign in to comment.