Task 6831 | убрал greyscale у товаров не в наличии

pull/36/head
parent 00760ed6aa
commit 37e3008e51
  1. 3
      wp-content/themes/cosmopet/modules/shop/components/single-product/assets/css/gp-style-desktop.css
  2. 4
      wp-content/themes/cosmopet/woocommerce/assets/css/gp-style-desktop.css

@ -589,9 +589,6 @@ main{
.product-item__bye{ .product-item__bye{
margin-top: 8px; margin-top: 8px;
} }
.product__item.hiding .product-item__images{
filter: grayscale(1)
}
.product__item.hiding .product-item__price p{ .product__item.hiding .product-item__price p{
color: #999; color: #999;
} }

@ -581,9 +581,7 @@ main{
.product-item__bye{ .product-item__bye{
margin-top: 8px; margin-top: 8px;
} }
.product__item.hiding .product-item__images{
filter: grayscale(1)
}
.product__item.hiding .product-item__price{ .product__item.hiding .product-item__price{
color: var(--text-grey); color: var(--text-grey);
} }

Loading…
Cancel
Save