Skip to content

Commit

Permalink
Fix ACF element colors in Gutenberg editor
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Sep 13, 2023
1 parent 24b3bd4 commit 8f96ea8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### [Unreleased]

* Fix the permission issue with self-updater
* Fix ACF element colors in Gutenberg editor

### 9.3.5: 2023-09-12

Expand Down
3 changes: 1 addition & 2 deletions css/dev/gutenberg-editor-styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/prod/gutenberg-editor-styles.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions sass/gutenberg/_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
.acf-fields *[class^='acf-']:not(.acf-field-url),
.acf-fields [class^='acf-']:not(.acf-field-url) *:not(.mce-ico):not(.acf-icon),
.wpseo-metabox-root * {
// stylelint-disable-next-line
color: inherit;
// stylelint-disable-next-line
font-family: inherit;
font-size: unset;
Expand Down

0 comments on commit 8f96ea8

Please sign in to comment.