From 37e3008e51d6da26d118a6c185ca686afbb673d6 Mon Sep 17 00:00:00 2001 From: maksim Date: Wed, 18 Jun 2025 18:43:32 +0300 Subject: [PATCH] =?UTF-8?q?Task=206831=20|=20=D1=83=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D0=BB=20greyscale=20=D1=83=20=D1=82=D0=BE=D0=B2=D0=B0=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=20=D0=BD=D0=B5=20=D0=B2=20=D0=BD=D0=B0=D0=BB=D0=B8?= =?UTF-8?q?=D1=87=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/single-product/assets/css/gp-style-desktop.css | 3 --- .../cosmopet/woocommerce/assets/css/gp-style-desktop.css | 4 +--- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/css/gp-style-desktop.css b/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/css/gp-style-desktop.css index 296f30f..a3a422c 100644 --- a/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/css/gp-style-desktop.css +++ b/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/css/gp-style-desktop.css @@ -589,9 +589,6 @@ main{ .product-item__bye{ margin-top: 8px; } - .product__item.hiding .product-item__images{ - filter: grayscale(1) - } .product__item.hiding .product-item__price p{ color: #999; } diff --git a/wp-content/themes/cosmopet/woocommerce/assets/css/gp-style-desktop.css b/wp-content/themes/cosmopet/woocommerce/assets/css/gp-style-desktop.css index 1e5bc2a..9500ce6 100644 --- a/wp-content/themes/cosmopet/woocommerce/assets/css/gp-style-desktop.css +++ b/wp-content/themes/cosmopet/woocommerce/assets/css/gp-style-desktop.css @@ -581,9 +581,7 @@ main{ .product-item__bye{ margin-top: 8px; } - .product__item.hiding .product-item__images{ - filter: grayscale(1) - } + .product__item.hiding .product-item__price{ color: var(--text-grey); }