forked from brooksbingham/theme-elegance
chore: apply no-underline styling on product miniature tpl to keep it consistent with the product catalog styling on hover
parent
dfd9f154e3
commit
fdb189472b
|
@ -23,7 +23,7 @@
|
|||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
{block name='product_miniature_item'}
|
||||
<a href="{$product.url}" class="group w-full md:w-1/2 lg:w-1/3 xl:w-1/4 flex flex-col p-4">
|
||||
<a href="{$product.url}" class="group w-full md:w-1/2 lg:w-1/3 xl:w-1/4 flex flex-col p-4 hover:no-underline hover:text-blue-900">
|
||||
{block name='product_thumbnail'}
|
||||
{if $product.cover}
|
||||
<div class="thumbnail product-thumbnail w-full aspect-[342/513] bg-gray-100">
|
||||
|
|
Loading…
Reference in New Issue