diff options
Diffstat (limited to 'wp-includes/blocks/cover/editor-rtl.css')
-rw-r--r-- | wp-includes/blocks/cover/editor-rtl.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/wp-includes/blocks/cover/editor-rtl.css b/wp-includes/blocks/cover/editor-rtl.css index ef0c8a8..8649e4c 100644 --- a/wp-includes/blocks/cover/editor-rtl.css +++ b/wp-includes/blocks/cover/editor-rtl.css @@ -17,9 +17,17 @@ .wp-block-cover.components-placeholder h2{ color:inherit; } +.wp-block-cover.is-transient{ + position:relative; +} .wp-block-cover.is-transient:before{ background-color:#fff; + content:""; + height:100%; opacity:.3; + position:absolute; + width:100%; + z-index:1; } .wp-block-cover .components-spinner{ margin:0; @@ -78,8 +86,4 @@ .color-block-support-panel__inner-wrapper>:not(.block-editor-tools-panel-color-gradient-settings__item){ margin-top:24px; -} - -.wp-block-cover:after{ - min-height:auto; }
\ No newline at end of file |