Remove clickable cursor on post title (#45998)

* Remove clickable cursor on post title

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

* Update plugins/woocommerce-blocks/assets/js/blocks/product-collection/edit/editor.scss

Co-authored-by: Karol Manijak <20098064+kmanijak@users.noreply.github.com>

* Add missing semicolon

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Karol Manijak <20098064+kmanijak@users.noreply.github.com>
This commit is contained in:
Roy Ho 2024-03-29 08:35:01 -07:00 committed by GitHub
parent 6e87869200
commit e3b1dd6a10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View File

@ -96,3 +96,9 @@ $max-button-width: calc((100% - #{ $total-gap-width }) / #{ $max-columns });
text-align: end;
}
}
.editor-styles-wrapper .wp-block-woocommerce-product-collection .wp-block-post-title {
a:where(:not(.wp-element-button)) {
pointer-events: none;
}
}

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Remove pointer cursor and underline on hover for the product collection product title in the editor