From b70dfca64ea9206080b356fbad1cb0cc18a7fb67 Mon Sep 17 00:00:00 2001 From: "younghoon100.park" Date: Thu, 8 Feb 2024 14:57:52 +0900 Subject: [PATCH] =?UTF-8?q?[FeaturedBrandsPanel]=20LiveProductList,=20css?= =?UTF-8?q?=20=EC=A3=BC=EC=84=9D=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Detail Notes : 1. LiveProductList.module.less, fade효과 issue로 주석 처리 --- .../LiveChannels/LiveProductList/LiveProductList.module.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveProductList/LiveProductList.module.less b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveProductList/LiveProductList.module.less index 8695052b..0a0bb67f 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveProductList/LiveProductList.module.less +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveProductList/LiveProductList.module.less @@ -8,7 +8,8 @@ &::after { .position(@position: absolute, @bottom: 0, @left: 0); .size(@w: 100%, @h: 50px); - background-image: linear-gradient(to bottom, transparent 65%, @BG_COLOR_01); + // @@pyh Todo, fade issue + // background-image: linear-gradient(to bottom, transparent 65%, @BG_COLOR_01); content: ""; }