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:
parent
6e87869200
commit
e3b1dd6a10
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Remove pointer cursor and underline on hover for the product collection product title in the editor
|
Loading…
Reference in New Issue