Skip to content

Commit

Permalink
fix close icon in dark theme
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <robin@icewind.nl>
  • Loading branch information
icewind1991 committed Jul 18, 2023
1 parent 713268b commit 67f3ed2
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 4 deletions.
7 changes: 6 additions & 1 deletion css/merged.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/merged.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/mobile.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@
opacity: 0.3;
}

/* since the editor itself doesn't have dark mode atm, always use the light mode icon */
#editor_close.icon-close {
background-image: var(--icon-close-white);
}

#editor_close:hover {
background-color: #ddd;
}
Expand Down

0 comments on commit 67f3ed2

Please sign in to comment.