Rivington: Clean up dim support in cover block.

This commit is contained in:
Allan Cole 2020-06-12 14:16:21 -04:00 committed by GitHub
parent 556b7540d8
commit fe8bded4ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1516,6 +1516,12 @@ button[data-load-more-btn], .button {
*/
}
.wp-block-cover.has-background-dim,
.wp-block-cover-image.has-background-dim {
background-color: black;
color: white;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
@ -2466,6 +2472,7 @@ table.is-style-stripes tbody tr:nth-child(odd),
background-color: #EE4266;
}
.has-background-dim,
.has-foreground-background-color,
.has-foreground-background-color.has-background-dim {
background-color: #f2f2f2;