Skip to content

Commit

Permalink
Merge pull request #3118 from Automattic/fix/3111-social-color-bleed-…
Browse files Browse the repository at this point in the history
…on-cover

Prevented color change on social in cover
  • Loading branch information
scruffian authored Jan 28, 2021
2 parents 23432c0 + 2c17234 commit 06314c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions seedlet/assets/css/style-editor.css

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

2 changes: 1 addition & 1 deletion seedlet/assets/sass/blocks/cover/_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.wp-block-cover__inner-container,
.wp-block-cover-image-text,
.wp-block-cover-text,
.block-editor-block-list__block {
.block-editor-block-list__block:not(.wp-social-link) {
color: currentColor; // uses text color specified with background-color options in /blocks/utilities/_style.scss

a:not(.has-text-color):not(.wp-block-button__link) {
Expand Down

0 comments on commit 06314c2

Please sign in to comment.