From 639d6766a5d486d8d2c645575410704d6f1c11ad Mon Sep 17 00:00:00 2001 From: Allan Cole Date: Mon, 11 Nov 2019 20:39:46 -0500 Subject: [PATCH] Adding `.has-background` excluding condition to wide and full group-blocks. --- style-rtl.css | 8 ++++---- style.css | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/style-rtl.css b/style-rtl.css index f5e756a5b..06062b071 100644 --- a/style-rtl.css +++ b/style-rtl.css @@ -5139,8 +5139,8 @@ a.to-the-top > * { margin: 0.3rem 0 2rem 2rem; } - .entry-content > .alignwide:not(.wp-block-group), - .entry-content > .alignfull:not(.wp-block-group) { + .entry-content > .alignwide:not(.wp-block-group.has-background), + .entry-content > .alignfull:not(.wp-block-group.has-background) { margin-bottom: 6rem; margin-top: 6rem; } @@ -5699,8 +5699,8 @@ a.to-the-top > * { max-width: calc((100% - 58rem) / 2 - 4rem); } - .entry-content > .alignwide:not(.wp-block-group), - .entry-content > .alignfull:not(.wp-block-group) { + .entry-content > .alignwide:not(.wp-block-group.has-background), + .entry-content > .alignfull:not(.wp-block-group.has-background) { margin-bottom: 8rem; margin-top: 8rem; } diff --git a/style.css b/style.css index 002dd422b..2fdbb2fa2 100644 --- a/style.css +++ b/style.css @@ -5177,8 +5177,8 @@ a.to-the-top > * { margin: 0.3rem 0 2rem 2rem; } - .entry-content > .alignwide:not(.wp-block-group), - .entry-content > .alignfull:not(.wp-block-group) { + .entry-content > .alignwide:not(.wp-block-group.has-background), + .entry-content > .alignfull:not(.wp-block-group.has-background) { margin-bottom: 6rem; margin-top: 6rem; } @@ -5737,8 +5737,8 @@ a.to-the-top > * { max-width: calc((100% - 58rem) / 2 - 4rem); } - .entry-content > .alignwide:not(.wp-block-group), - .entry-content > .alignfull:not(.wp-block-group) { + .entry-content > .alignwide:not(.wp-block-group.has-background), + .entry-content > .alignfull:not(.wp-block-group.has-background) { margin-bottom: 8rem; margin-top: 8rem; }