From c053fc34f43cfe19a90379fb8d030e33db5908f5 Mon Sep 17 00:00:00 2001 From: "younghoon100.park" Date: Tue, 27 Aug 2024 10:11:59 +0900 Subject: [PATCH] =?UTF-8?q?[SHOPTIME-3482]=20Featured=20Brands=20/=20Live?= =?UTF-8?q?=20Channels=EC=9D=98=20preview=20=EB=8F=99=EC=98=81=EC=83=81=20?= =?UTF-8?q?=EC=9E=AC=EC=83=9D=EC=8B=9C=20=EB=9D=BC=EC=9A=B4=EB=93=9C?= =?UTF-8?q?=ED=8F=AC=EC=BB=A4=EC=8B=B1=20=EC=9C=84=EB=A1=9C=20=EA=B0=81?= =?UTF-8?q?=EC=A7=84=20=EC=98=81=EC=83=81=20=EB=85=B8=EC=B6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed files: 1. LiveChannelsVerticalContetns.module.less Detail note: 1. .player 가상선택자(after) border 추가 --- .../LiveChannelsVerticalContents.module.less | 25 ++++++++----------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalContents.module.less b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalContents.module.less index ebe7699b..f3eaa19d 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalContents.module.less +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalContents.module.less @@ -36,18 +36,13 @@ } } -// .player { -// &::after { -// .focused(@boxShadow: 0, @borderRadius: 12px); -// border: 6px solid @PRIMARY_COLOR_RED; -// top: -4px; -// right: -4px; -// bottom: -4px; -// left: -4px; -// } - -// > div { -// border-radius: 12px; -// overflow: hidden; -// } -// } +.player { + &::after { + .focused(@boxShadow: 0, @borderRadius: 12px); + border: 6px solid @PRIMARY_COLOR_RED; + top: -4px; + right: -4px; + bottom: -4px; + left: -4px; + } +}