Skip to content

Commit

Permalink
3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Nov 18, 2023
1 parent b3f5878 commit c5f435d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 23 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.4

- (Fix) Changed the window-app drop shadow to avoid rendering issue encountered when using the Electron client, electric boogaloo #2.

# 3.0.3

- (Fix) Changed the window-app drop shadow to avoid rendering issue encountered when using the Electron client, electric boogaloo.
Expand Down
21 changes: 0 additions & 21 deletions sass/dorako-ui/_dorako-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -253,27 +253,6 @@ i[data-pf2-repost] {

.adjusted {
text-decoration: underline dotted;
&.increased {
// color: $degree-success-critical;
}
&.decreased {
// color: $degree-failure-critical;
}
}

.degree-of-success {
.criticalSuccess {
// color: $degree-success-critical;
}
.success {
// color: $degree-success;
}
.failure {
// color: $degree-failure;
}
.criticalFailure {
// color: $degree-failure-critical;
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion styles/dorako-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -14181,7 +14181,7 @@ nav#controls[data-dorako-ui-theme] ol.control-tools > li.toggle:disabled {
border-color: var(--window-app-border-color);
text-shadow: unset;
backdrop-filter: blur(4px);
box-shadow: 0px 5px 20px 3px black, 0px 0px 50px 30px color-mix(in srgb, var(--color-warm-3) 10%, transparent), 0px 0px 30px 20px color-mix(in srgb, var(--color-warm-2) 20%, transparent), 0px 0px 10px 5px color-mix(in srgb, var(--color-warm-1) 40%, transparent);
box-shadow: 0px 5px 20px 3px black, 0px 0px 50px 30px var(--color-warm-3-10), 0px 0px 30px 20px var(--color-warm-2-20), 0px 0px 10px 5px var(--color-warm-1-40);
}
.foundry2-restricted.window-app .window-header {
border: unset;
Expand Down
2 changes: 1 addition & 1 deletion styles/dorako-ui.css.map

Large diffs are not rendered by default.

0 comments on commit c5f435d

Please sign in to comment.