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:
Luigi Teschio 2024-06-21 15:18:54 +02:00 committed by GitHub
parent e5cb6917dc
commit 2d14a6fb38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 3 deletions

View File

@ -294,6 +294,10 @@ function ScaledBlockPreview( {
cursor: pointer !important;
}
.components-resizable-box__handle {
display: none !important;
}
${ additionalStyles }
` }
</style>

View File

@ -820,9 +820,8 @@ body.woocommerce-assembler {
color: #cc1818;
}
.components-resizable-box__container.has-show-handle.block-library-cover__resize-container,
.components-resizable-box__handle.components-resizable-box__side-handle.components-resizable-box__handle-left {
display: none;
.components-resizable-box__handle {
display: none !important;
}
.woocommerce-customize-store_popover-tooltip {

View File

@ -0,0 +1,4 @@
Significance: minor
Type: fix
CYS: hide button to resize the image