From c8cd909e34fc813534bb430c61ce2380529685fb Mon Sep 17 00:00:00 2001 From: MidnightCrowing <110297461+MidnightCrowing@users.noreply.github.com> Date: Wed, 12 Jun 2024 23:07:57 +0800 Subject: [PATCH] fix(adaptedStyles): adapted user space page styles (#831) * fix: userSpace page style * add style * add style --- src/styles/adaptedStyles/userSpacePage.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/styles/adaptedStyles/userSpacePage.scss b/src/styles/adaptedStyles/userSpacePage.scss index 0ddf8c11..782a2f11 100644 --- a/src/styles/adaptedStyles/userSpacePage.scss +++ b/src/styles/adaptedStyles/userSpacePage.scss @@ -52,6 +52,8 @@ .n .n-data.router-link-active .n-data-k, .n .n-data.router-link-active .n-data-v, .wrapper .edit-video-modal .target-favlist .target-favitem:hover .target-fav-title .fav-meta .fav-name, + .i-live .i-live-off-guest a, + .modal-wrapper .modal-header-close:hover, a:hover, #page-index .channel .section-right-options .play-all-channel:hover .video-commonplayer_play, #page-follows .follow-tabs span.active, @@ -481,6 +483,7 @@ #page-fav .fav-main .fav-action-bottom li, .sub-tabs span, #page-follows .follow-tabs, + #page-index .col-2 .section .user-auth .profession-description, .elec .elec-count, #page-index .col-2 .section .user-auth .auth-description, #page-series-index .channel-item .channel-name, @@ -591,6 +594,10 @@ background-color: var(--bew-content-solid-1); } + .elec .new-elec-trigger:hover { + background-color: rgb(65 31 39); + } + .be-dropdown-item:hover, .elec .elec-status, .elec .elec-status-bg,