|
@@ -212,8 +212,8 @@ Description: Gutenberg Block Editor Styles
|
|
|
transform: rotate(90deg);
|
|
|
}
|
|
|
|
|
|
-.wp-block-image.is-style-fancy > div:before,
|
|
|
-.wp-block-image.is-style-fancy > div:after {
|
|
|
+.wp-block-image.is-style-fancy .components-resizable-box__container:before,
|
|
|
+.wp-block-image.is-style-fancy .components-resizable-box__container:after {
|
|
|
position: absolute;
|
|
|
z-index: 1;
|
|
|
bottom: -1px;
|
|
@@ -230,7 +230,7 @@ Description: Gutenberg Block Editor Styles
|
|
|
background-size: 45px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-image.is-style-fancy > div:after {
|
|
|
+.wp-block-image.is-style-fancy .components-resizable-box__container:after {
|
|
|
right: -1px;
|
|
|
left: auto;
|
|
|
-webkit-transform: rotate(-180deg);
|
|
@@ -238,8 +238,6 @@ Description: Gutenberg Block Editor Styles
|
|
|
transform: rotate(-180deg);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
/* Quote */
|
|
|
|
|
|
.editor-block-list__block .wp-block-quote:not(.is-large):not(.is-style-large) {
|