Skip to content

Commit

Permalink
fix: Update skin patch to avoid @media query (#614)
Browse files Browse the repository at this point in the history
* fix: Update skin patch to avoid @media query

* build: Update static bundle

* ci: Update CHANGELOG.rst
  • Loading branch information
marksweb authored Jun 6, 2022
1 parent c74eb7f commit ad86d37
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

Unreleased
==========

* fix: Update skin patch to avoid @media query

5.0.1 (2022-03-24)
==================

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions private/patch_moono_lisa.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def update_contents(contents):
contents = update_contents(rd.read())
if "editor" in css:
contents += (
"@media(prefers-color-scheme: dark){.cke_button_icon"
"{filter:brightness(3);}}"
".cke_button_icon{filter:"
"brightness(calc(1.5 * var(--active-brightness)));}"
)
contents += "\n/* Patched for djangocms-text-ckeditor */\n"
wt.write(contents)

0 comments on commit ad86d37

Please sign in to comment.