From db2ff1ef7a673f8484df0d4622d3d3e8339db2fa Mon Sep 17 00:00:00 2001 From: jloeve Date: Sun, 20 Dec 2020 00:48:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(dark=20style):=20=E4=BA=92=E5=8A=A8?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E7=BB=84=E4=BB=B6=E5=9C=A8=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E5=BA=94=E7=94=A8=E4=BA=86=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit re #731, https://github.com/the1812/Bilibili-Evolved/issues/731#issuecomment-687625261 --- src/style/dark/dark-slice-13.scss | 5 +++++ src/style/dark/dark-slice-8.css | 1 - src/style/dark/dark-slice-9.scss | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/style/dark/dark-slice-13.scss b/src/style/dark/dark-slice-13.scss index 8e0bfdff7..c58f03cb8 100644 --- a/src/style/dark/dark-slice-13.scss +++ b/src/style/dark/dark-slice-13.scss @@ -831,3 +831,8 @@ html { .video-page-card .card-box .info .title:hover { @include theme-color(); } +.bilibili-player-video-interactive-list { + .small.hover circle { + @include set-theme-color("fill"); + } +} diff --git a/src/style/dark/dark-slice-8.css b/src/style/dark/dark-slice-8.css index 88ef341b1..e19cd9689 100644 --- a/src/style/dark/dark-slice-8.css +++ b/src/style/dark/dark-slice-8.css @@ -787,7 +787,6 @@ li.danmaku-info-row.bpui-selecting, .navbar-container .nav-items .nav-item.activated:before, .comic-info-component .page-normal .comic-info-con .comic-des .comic-operation .comic-view-btn, .interact-dialog .btn, -.video-control-show .bilibili-player-video-interactive-list .check:hover .big-round, .replies-comment-input-wrapper .submit-comment, .comment .comment-selecotr .all-comments.active:before, .comment .comment-selecotr .sortByHot.active:before, diff --git a/src/style/dark/dark-slice-9.scss b/src/style/dark/dark-slice-9.scss index 274d01f38..a1a9ee119 100644 --- a/src/style/dark/dark-slice-9.scss +++ b/src/style/dark/dark-slice-9.scss @@ -1049,7 +1049,6 @@ $highlight-map: ( } .interact-dialog .btn, .rookie-guide .close-button, -.video-control-show .bilibili-player-video-interactive-list .check:hover .big-round, #biliAppHomeSetting button, .van-popover .btn-box .btn, .van-popper-history .view-all:hover,