From 11d6e93f4285e7963980bf61f6362df4c2270a2a Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Fri, 16 Feb 2024 17:50:56 +0900 Subject: [PATCH] =?UTF-8?q?[All]=20Focus-within,=20Hover,=20Active=20?= =?UTF-8?q?=EA=B0=80=EC=83=81=EC=84=A0=ED=83=9D=EC=9E=90=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0.=20=20-=20=EA=B2=80=EC=83=89=ED=9B=84=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0=ED=95=98=EC=98=80=EC=8A=B5=EB=8B=88=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TButtonTab/TButtonTabItem.module.less | 1 - .../TDropDown/TDropDown.module.less | 1 - .../TIconButton/TIconButton.module.less | 2 -- .../src/components/TInput/TInput.module.less | 4 --- .../src/components/TPopUp/TPopUp.module.less | 2 -- .../TopButton/TopButton.module.less | 1 - .../ShowContents/ShowContents.module.less | 1 - .../ShowLists/ShowListsItem.module.less | 1 - .../LiveVideoCard/LiveVideoCard.module.less | 1 - .../QuickMenuItem/QuickMenuItem.module.less | 1 - .../TodaysDealsCard.module.less | 1 - .../UpComingCard/UpComingCard.module.less | 1 - .../BestSeller/BestSeller.module.less | 5 +-- .../HomeBanner/RollingUnit.module.less | 20 +++-------- .../HomePanel/HomeBanner/Template.module.less | 35 ++++--------------- .../HomeOnSaleItem/HomeOnSaleItem.module.less | 5 +-- .../PopularShow/PopularShow.module.less | 5 +-- .../PopularShowItem.module.less | 10 ++---- .../SubCategory/SubCategory.module.less | 11 +++--- .../views/HotPicksPanel/HotPicks.module.less | 1 - .../HotPicksPanel/Type/TCFI/TCFI.module.less | 1 - .../HotPicksPanel/Type/TCFV/TCFV.module.less | 1 - .../Type/TCFV_3/TCFV_3.module.less | 1 - .../HotPicksPanel/Type/TCHH/TCHH.module.less | 1 - .../ContactContents.module.less | 1 - .../ListContents/ListContents.module.less | 1 - .../RecommendedKeywords.module.less | 1 - .../SearchItemCard/SearchItemCard.module.less | 1 - .../SearchShowCard/SearchShowCard.module.less | 1 - .../SearchThemeCard.module.less | 1 - .../WelcomeEventPanel.module.less | 3 -- 31 files changed, 23 insertions(+), 99 deletions(-) diff --git a/com.twin.app.shoptime/src/components/TButtonTab/TButtonTabItem.module.less b/com.twin.app.shoptime/src/components/TButtonTab/TButtonTabItem.module.less index c2389bff..1ebf629f 100644 --- a/com.twin.app.shoptime/src/components/TButtonTab/TButtonTabItem.module.less +++ b/com.twin.app.shoptime/src/components/TButtonTab/TButtonTabItem.module.less @@ -34,7 +34,6 @@ } } - &:focus-within, &:focus { background-color: @PRIMARY_COLOR_RED; border-color: @PRIMARY_COLOR_RED; diff --git a/com.twin.app.shoptime/src/components/TDropDown/TDropDown.module.less b/com.twin.app.shoptime/src/components/TDropDown/TDropDown.module.less index e1df65c7..708d2abc 100644 --- a/com.twin.app.shoptime/src/components/TDropDown/TDropDown.module.less +++ b/com.twin.app.shoptime/src/components/TDropDown/TDropDown.module.less @@ -64,7 +64,6 @@ > div { padding: 0 15px !important; - &:focus-within, &:focus { background-color: var( --list-item-focus-background-color diff --git a/com.twin.app.shoptime/src/components/TIconButton/TIconButton.module.less b/com.twin.app.shoptime/src/components/TIconButton/TIconButton.module.less index c31cd6ff..40c13bf9 100644 --- a/com.twin.app.shoptime/src/components/TIconButton/TIconButton.module.less +++ b/com.twin.app.shoptime/src/components/TIconButton/TIconButton.module.less @@ -16,7 +16,6 @@ width: 47px; height: 92px; - &:focus-within, &:focus { background-position: center bottom; transform: scale(1.2); @@ -30,7 +29,6 @@ width: 47px; height: 92px; - &:focus-within, &:focus { background-position: center bottom; transform: scale(1.2); diff --git a/com.twin.app.shoptime/src/components/TInput/TInput.module.less b/com.twin.app.shoptime/src/components/TInput/TInput.module.less index e23cbc84..8467a0b4 100644 --- a/com.twin.app.shoptime/src/components/TInput/TInput.module.less +++ b/com.twin.app.shoptime/src/components/TInput/TInput.module.less @@ -16,8 +16,6 @@ background-color: #fff !important; width: 100% !important; - &:focus-within, - &:hover, &:focus { box-shadow: 0 0 0 2px #fefefe inset; border: 5px solid @PRIMARY_COLOR_RED; @@ -53,8 +51,6 @@ transform: translateY(-50%); background-image: url("../../../assets/searchpanel/ico_search_submit.png"); - &:focus-within, - &:hover, &:focus { width: 43px; height: 43px; diff --git a/com.twin.app.shoptime/src/components/TPopUp/TPopUp.module.less b/com.twin.app.shoptime/src/components/TPopUp/TPopUp.module.less index aa8ef3d4..a3f83687 100644 --- a/com.twin.app.shoptime/src/components/TPopUp/TPopUp.module.less +++ b/com.twin.app.shoptime/src/components/TPopUp/TPopUp.module.less @@ -124,8 +124,6 @@ align-items: center; display: flex; - &:focus-within, - &:hover, &:focus { background: @PRIMARY_COLOR_RED; color: @COLOR_WHITE; diff --git a/com.twin.app.shoptime/src/components/TopButton/TopButton.module.less b/com.twin.app.shoptime/src/components/TopButton/TopButton.module.less index 7af5211d..9ca4a03f 100644 --- a/com.twin.app.shoptime/src/components/TopButton/TopButton.module.less +++ b/com.twin.app.shoptime/src/components/TopButton/TopButton.module.less @@ -12,7 +12,6 @@ background-image: url("../../../assets/button/120x120/btn-top-nor.svg"); /* focuesd */ - &:focus-within, &:focus { background-image: url("../../../assets/button/120x120/btn-top-foc.svg"); } diff --git a/com.twin.app.shoptime/src/views/CategoryPanel/CategoryContents/ShowContents/ShowContents.module.less b/com.twin.app.shoptime/src/views/CategoryPanel/CategoryContents/ShowContents/ShowContents.module.less index ba841e46..de61436f 100644 --- a/com.twin.app.shoptime/src/views/CategoryPanel/CategoryContents/ShowContents/ShowContents.module.less +++ b/com.twin.app.shoptime/src/views/CategoryPanel/CategoryContents/ShowContents/ShowContents.module.less @@ -26,7 +26,6 @@ width: 100%; height: 100%; } - &:focus-within, &:focus { &::after { .focused(@boxShadow: 22px, @borderRadius: 12px); diff --git a/com.twin.app.shoptime/src/views/CategoryPanel/CategoryContents/ShowContents/ShowLists/ShowListsItem.module.less b/com.twin.app.shoptime/src/views/CategoryPanel/CategoryContents/ShowContents/ShowLists/ShowListsItem.module.less index 2cf436c5..27600f0c 100644 --- a/com.twin.app.shoptime/src/views/CategoryPanel/CategoryContents/ShowContents/ShowLists/ShowListsItem.module.less +++ b/com.twin.app.shoptime/src/views/CategoryPanel/CategoryContents/ShowContents/ShowLists/ShowListsItem.module.less @@ -31,7 +31,6 @@ } } - &:focus-within, &:focus { &::after { .focused(@boxShadow: 22px, @borderRadius: 12px); diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveVideoCard/LiveVideoCard.module.less b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveVideoCard/LiveVideoCard.module.less index 2821cbc1..21958d12 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveVideoCard/LiveVideoCard.module.less +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveVideoCard/LiveVideoCard.module.less @@ -64,7 +64,6 @@ } /* focused */ - &:focus-within, &:focus { &::after { .focused(@borderRadius: 12px); diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/QuickMenu/QuickMenuItem/QuickMenuItem.module.less b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/QuickMenu/QuickMenuItem/QuickMenuItem.module.less index 0f8f04aa..a765e0b9 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/QuickMenu/QuickMenuItem/QuickMenuItem.module.less +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/QuickMenu/QuickMenuItem/QuickMenuItem.module.less @@ -33,7 +33,6 @@ } /* focused */ - &:focus-within, &:focus { border-radius: 100%; .focusDropShadow(); diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/TodaysDeals/TodaysDealsCard/TodaysDealsCard.module.less b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/TodaysDeals/TodaysDealsCard/TodaysDealsCard.module.less index 83b83dd9..26d36aab 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/TodaysDeals/TodaysDealsCard/TodaysDealsCard.module.less +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/TodaysDeals/TodaysDealsCard/TodaysDealsCard.module.less @@ -104,7 +104,6 @@ } /* focused */ - &:focus-within, &:focus { &::after { .focused(@boxShadow: 22px, @borderRadius: 12px); diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/UpComing/UpComingList/UpComingCard/UpComingCard.module.less b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/UpComing/UpComingList/UpComingCard/UpComingCard.module.less index 1e4ac6a8..7cb7b3c1 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/UpComing/UpComingList/UpComingCard/UpComingCard.module.less +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/UpComing/UpComingList/UpComingCard/UpComingCard.module.less @@ -62,7 +62,6 @@ } /* normal focused */ - &:focus-within, &:focus { &::after { .focused(@boxShadow: 22px, @borderRadius: 12px); diff --git a/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.module.less b/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.module.less index 429d9d6f..f7b8146f 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.module.less +++ b/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.module.less @@ -32,10 +32,7 @@ background-size: 66px 66px; background-position: center center; background-repeat: no-repeat; - &:focus, - &:hover, - &:focus-within, - &:active { + &:focus { .focused(@boxShadow: 22px, @borderRadius:12px); box-sizing: border-box; background-image: url("../../../../assets/icon/button_icon/ic-more-sel.svg"); diff --git a/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RollingUnit.module.less b/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RollingUnit.module.less index 031ed959..7c12f225 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RollingUnit.module.less +++ b/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RollingUnit.module.less @@ -11,10 +11,7 @@ background-position: center center; cursor: pointer; z-index: 1; - &:focus, - &:focus-within, - &:hover, - &:active { + &:focus { background-image: url("../../../../assets/icon/button_icon/btn_prev_thumb_foc.png"); } } @@ -26,10 +23,7 @@ background-position: center center; cursor: pointer; z-index: 1; - &:focus, - &:focus-within, - &:hover, - &:active { + &:focus { background-image: url("../../../../assets/icon/button_icon/btn_next_thumb_foc.png"); } } @@ -41,10 +35,7 @@ background-size: 42px 42px; background-position: center center; z-index: 1; - &:focus, - &:focus-within, - &:hover, - &:active { + &:focus { background-image: url("../../../../assets/icon/button_icon/btn_prev_thumb_foc.png"); } } @@ -55,10 +46,7 @@ background-size: 42px 42px; background-position: center center; z-index: 1; - &:focus, - &:focus-within, - &:hover, - &:active { + &:focus { background-image: url("../../../../assets/icon/button_icon/btn_next_thumb_foc.png"); } } diff --git a/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/Template.module.less b/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/Template.module.less index 1ce3bdc9..6965f76c 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/Template.module.less +++ b/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/Template.module.less @@ -25,10 +25,7 @@ margin-bottom: 18px; border-radius: 12px; .border-solid(@size:4px, @color:transparent); - &:focus, - &:hover, - &:focus-within, - &:active { + &:focus { .focused(@boxShadow: 22px, @borderRadius: 12px); } } @@ -36,10 +33,7 @@ .size(@w: 744px, @h: 420px); .border-solid(@size:4px, @color:transparent); border-radius: 12px; - &:focus, - &:hover, - &:focus-within, - &:active { + &:focus { .focused(@boxShadow: 22px, @borderRadius: 12px); } } @@ -49,10 +43,7 @@ .size(@w: 744px, @h: 420px); margin: 0 18px 18px 0; .border-solid(@size:4px, @color:transparent); - &:focus, - &:hover, - &:focus-within, - &:active { + &:focus { .focused(@boxShadow: 22px, @borderRadius: 12px); border-radius: 12px; } @@ -67,10 +58,7 @@ .size(@w: 744px, @h: 420px); border-radius: 12px; .border-solid(@size:4px, @color:transparent); - &:focus, - &:hover, - &:focus-within, - &:active { + &:focus { .focused(@boxShadow: 22px, @borderRadius: 12px); } } @@ -80,10 +68,7 @@ .border-solid(@size:4px, @color:transparent); border-radius: 12px; margin-right: 18px; - &:focus, - &:hover, - &:focus-within, - &:active { + &:focus { .focused(@boxShadow: 22px, @borderRadius: 12px); } } @@ -91,10 +76,7 @@ .banner04 { .size(@w: 486px, @h: 858px); .border-solid(@size:4px, @color:transparent); - &:focus, - &:hover, - &:focus-within, - &:active { + &:focus { .focused(@boxShadow: 22px, @borderRadius: 12px); } } @@ -143,10 +125,7 @@ .border-solid(@size:4px, @color:transparent); margin-right: 18px; border-radius: 12px; - &:focus, - &:hover, - &:focus-within, - &:active { + &:focus { .focused(@boxShadow: 22px, @borderRadius: 12px); } img { diff --git a/com.twin.app.shoptime/src/views/HomePanel/HomeOnSale/HomeOnSaleItem/HomeOnSaleItem.module.less b/com.twin.app.shoptime/src/views/HomePanel/HomeOnSale/HomeOnSaleItem/HomeOnSaleItem.module.less index b4316ab6..369ab662 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/HomeOnSale/HomeOnSaleItem/HomeOnSaleItem.module.less +++ b/com.twin.app.shoptime/src/views/HomePanel/HomeOnSale/HomeOnSaleItem/HomeOnSaleItem.module.less @@ -7,10 +7,7 @@ overflow: hidden; margin-right: 18px; .border-solid(@size:4px, @color:transparent); - &:focus, - &:hover, - &:focus-within, - &:active { + &:focus { .focused(@boxShadow: 22px, @borderRadius: 12px); } diff --git a/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.module.less b/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.module.less index 8412d15f..f1e65153 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.module.less +++ b/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.module.less @@ -28,10 +28,7 @@ background-size: 66px 66px; background-position: center center; background-repeat: no-repeat; - &:focus, - &:hover, - &:focus-within, - &:active { + &:focus { .border-solid(@size:4px, @color:@PRIMARY_COLOR_RED); border-radius: 12px; background-image: url("../../../../assets/icon/button_icon/ic-more-sel.svg"); diff --git a/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShowItem/PopularShowItem.module.less b/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShowItem/PopularShowItem.module.less index d5f87fa8..89394623 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShowItem/PopularShowItem.module.less +++ b/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShowItem/PopularShowItem.module.less @@ -11,10 +11,7 @@ font-family: @baseFontBold; margin-right: 18px; position: relative; - &:focus, - &:hover, - &:focus-within, - &:active { + &:focus { border: 4px solid @PRIMARY_COLOR_RED; box-sizing: border-box; .focused(@boxShadow: 22px, @borderRadius: 12px); @@ -59,10 +56,7 @@ .border-solid(@size:4px,@color:transparent); font-weight: bold; font-family: @baseFontBold; - &:focus, - &:hover, - &:focus-within, - &:active { + &:focus { border: 4px solid @PRIMARY_COLOR_RED; box-sizing: border-box; .focused(@boxShadow: 22px, @borderRadius: 12px); diff --git a/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.module.less b/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.module.less index b4d84844..ca7b6a82 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.module.less +++ b/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.module.less @@ -16,6 +16,11 @@ overflow: unset; > div { overflow: unset !important; + > div { + > div { + margin-right: -200px; + } + } } &:last-child { padding-right: 31px; @@ -24,6 +29,7 @@ .addItem { .size(@w: 198px, @h: 438px); + background-color: @COLOR_WHITE; .border-solid(@size:1px, @color:#e4e4e4); border-radius: 12px; @@ -31,10 +37,7 @@ background-size: 66px 66px; background-position: center center; background-repeat: no-repeat; - &:focus, - &:hover, - &:focus-within, - &:active { + &:focus { .focused(@boxShadow: 22px, @borderRadius: 12px); background-image: url("../../../../assets/icon/button_icon/ic-more-sel.svg"); } diff --git a/com.twin.app.shoptime/src/views/HotPicksPanel/HotPicks.module.less b/com.twin.app.shoptime/src/views/HotPicksPanel/HotPicks.module.less index 041a4c56..f1c06eef 100644 --- a/com.twin.app.shoptime/src/views/HotPicksPanel/HotPicks.module.less +++ b/com.twin.app.shoptime/src/views/HotPicksPanel/HotPicks.module.less @@ -37,7 +37,6 @@ display: flex; > li { position: relative; - &:focus-within, &:focus { &::after { .focused(); diff --git a/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFI/TCFI.module.less b/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFI/TCFI.module.less index 385ed149..7839fc37 100644 --- a/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFI/TCFI.module.less +++ b/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFI/TCFI.module.less @@ -3,7 +3,6 @@ .fullImg { position: relative; - &:focus-within, &:focus { &::after { .focused(); diff --git a/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFV/TCFV.module.less b/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFV/TCFV.module.less index c8697d60..84021fef 100644 --- a/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFV/TCFV.module.less +++ b/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFV/TCFV.module.less @@ -3,7 +3,6 @@ .fullImg { position: relative; - &:focus-within, &:focus { &::after { .focused(); diff --git a/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFV_3/TCFV_3.module.less b/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFV_3/TCFV_3.module.less index dcbf3768..fdcb8023 100644 --- a/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFV_3/TCFV_3.module.less +++ b/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCFV_3/TCFV_3.module.less @@ -8,7 +8,6 @@ > div { width: 1414px; position: relative; - &:focus-within, &:focus { &::after { .focused(); diff --git a/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCHH/TCHH.module.less b/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCHH/TCHH.module.less index 1611384f..72065c94 100644 --- a/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCHH/TCHH.module.less +++ b/com.twin.app.shoptime/src/views/HotPicksPanel/Type/TCHH/TCHH.module.less @@ -12,7 +12,6 @@ display: flex; align-items: center; justify-content: center; - &:focus-within, &:focus { &::after { .focused(); diff --git a/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Support/ContactContents/ContactContents.module.less b/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Support/ContactContents/ContactContents.module.less index 3d81726a..05bb1f90 100644 --- a/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Support/ContactContents/ContactContents.module.less +++ b/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Support/ContactContents/ContactContents.module.less @@ -59,7 +59,6 @@ } position: relative; - &:focus-within, &:focus { &::after { .focused(); diff --git a/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Support/ListContents/ListContents.module.less b/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Support/ListContents/ListContents.module.less index 08f188b3..530d7b81 100644 --- a/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Support/ListContents/ListContents.module.less +++ b/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Support/ListContents/ListContents.module.less @@ -43,7 +43,6 @@ .elip(@clamp: 1); position: relative; - &:focus-within, &:focus { color: @PRIMARY_COLOR_RED; &::after { diff --git a/com.twin.app.shoptime/src/views/SearchPanel/RecommendedKeywords/RecommendedKeywords.module.less b/com.twin.app.shoptime/src/views/SearchPanel/RecommendedKeywords/RecommendedKeywords.module.less index ff901544..9ab396ea 100644 --- a/com.twin.app.shoptime/src/views/SearchPanel/RecommendedKeywords/RecommendedKeywords.module.less +++ b/com.twin.app.shoptime/src/views/SearchPanel/RecommendedKeywords/RecommendedKeywords.module.less @@ -40,7 +40,6 @@ overflow: unset; } - &:focus-within, &:focus { box-shadow: inset 0 0 0 4px @PRIMARY_COLOR_RED, 0 0 50px 0 rgba(11, 8, 8, 0.5); diff --git a/com.twin.app.shoptime/src/views/SearchPanel/SearchResults/SearchItemResults/SearchItemCard/SearchItemCard.module.less b/com.twin.app.shoptime/src/views/SearchPanel/SearchResults/SearchItemResults/SearchItemCard/SearchItemCard.module.less index 90a8d217..08288477 100644 --- a/com.twin.app.shoptime/src/views/SearchPanel/SearchResults/SearchItemResults/SearchItemCard/SearchItemCard.module.less +++ b/com.twin.app.shoptime/src/views/SearchPanel/SearchResults/SearchItemResults/SearchItemCard/SearchItemCard.module.less @@ -51,7 +51,6 @@ } } - &:focus-within, &:focus { &::after { .focused(@boxShadow: 22px); diff --git a/com.twin.app.shoptime/src/views/SearchPanel/SearchResults/SearchShowResults/SearchShowCard/SearchShowCard.module.less b/com.twin.app.shoptime/src/views/SearchPanel/SearchResults/SearchShowResults/SearchShowCard/SearchShowCard.module.less index 8ce16871..736773b5 100644 --- a/com.twin.app.shoptime/src/views/SearchPanel/SearchResults/SearchShowResults/SearchShowCard/SearchShowCard.module.less +++ b/com.twin.app.shoptime/src/views/SearchPanel/SearchResults/SearchShowResults/SearchShowCard/SearchShowCard.module.less @@ -41,7 +41,6 @@ padding: 0 15px; } - &:focus-within, &:focus { border: 4px solid @PRIMARY_COLOR_RED; background-color: @COLOR_WHITE; diff --git a/com.twin.app.shoptime/src/views/SearchPanel/SearchResults/SearchThemeResults/SearchThemeCard/SearchThemeCard.module.less b/com.twin.app.shoptime/src/views/SearchPanel/SearchResults/SearchThemeResults/SearchThemeCard/SearchThemeCard.module.less index 45d5ef9d..89061f92 100644 --- a/com.twin.app.shoptime/src/views/SearchPanel/SearchResults/SearchThemeResults/SearchThemeCard/SearchThemeCard.module.less +++ b/com.twin.app.shoptime/src/views/SearchPanel/SearchResults/SearchThemeResults/SearchThemeCard/SearchThemeCard.module.less @@ -35,7 +35,6 @@ } } - &:focus-within, &:focus { &::after { .focused(@boxShadow: 22px); diff --git a/com.twin.app.shoptime/src/views/WelcomeEventPanel/WelcomeEventPanel.module.less b/com.twin.app.shoptime/src/views/WelcomeEventPanel/WelcomeEventPanel.module.less index 9a5f8098..1821e4a1 100644 --- a/com.twin.app.shoptime/src/views/WelcomeEventPanel/WelcomeEventPanel.module.less +++ b/com.twin.app.shoptime/src/views/WelcomeEventPanel/WelcomeEventPanel.module.less @@ -49,9 +49,6 @@ .termsBtn { width: 440px; height: 80px; - &:hover, - &:active, - &:focus-within, &:focus { color: @PRIMARY_COLOR_RED; }