Fix xpath: o_wsale_product_grid_wrapper is a div, not an a tag
This commit is contained in:
parent
cd54429cf8
commit
5d99dbeaeb
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
padding: 0 0.5rem;
|
padding: 0 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.oe_product_cart .o_wsale_product_grid_wrapper:hover + .o_multimedia_hover_player,
|
.oe_product_cart:hover .o_multimedia_hover_player,
|
||||||
.oe_product_cart .o_multimedia_hover_player:hover {
|
.oe_product_cart .o_multimedia_hover_player:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
<span t-if="product.autor"><b><t t-out="product.autor" /></b></span>
|
<span t-if="product.autor"><b><t t-out="product.autor" /></b></span>
|
||||||
</a>
|
</a>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//a[contains(@class, 'o_wsale_product_grid_wrapper')]" position="after">
|
<xpath expr="//div[contains(@class, 'o_wsale_product_grid_wrapper')]" position="after">
|
||||||
<div t-if="product.multimedia_embed_url" class="o_multimedia_hover_player">
|
<div t-if="product.multimedia_embed_url" class="o_multimedia_hover_player">
|
||||||
<iframe
|
<iframe
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue