CYS: hide button to resize the image (#48714)
* CYS: hide button to resize the image * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
e5cb6917dc
commit
2d14a6fb38
|
@ -294,6 +294,10 @@ function ScaledBlockPreview( {
|
||||||
cursor: pointer !important;
|
cursor: pointer !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.components-resizable-box__handle {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
${ additionalStyles }
|
${ additionalStyles }
|
||||||
` }
|
` }
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -820,9 +820,8 @@ body.woocommerce-assembler {
|
||||||
color: #cc1818;
|
color: #cc1818;
|
||||||
}
|
}
|
||||||
|
|
||||||
.components-resizable-box__container.has-show-handle.block-library-cover__resize-container,
|
.components-resizable-box__handle {
|
||||||
.components-resizable-box__handle.components-resizable-box__side-handle.components-resizable-box__handle-left {
|
display: none !important;
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.woocommerce-customize-store_popover-tooltip {
|
.woocommerce-customize-store_popover-tooltip {
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
CYS: hide button to resize the image
|
Loading…
Reference in New Issue