fix(dark style): 互动视频组件在错误位置应用了主题色

re #731, https://github.com/the1812/Bilibili-Evolved/issues/731#issuecomment-687625261
This commit is contained in:
jloeve 2020-12-20 00:48:25 +08:00
parent 1a2bb6a63b
commit db2ff1ef7a
3 changed files with 5 additions and 2 deletions

View File

@ -831,3 +831,8 @@ html {
.video-page-card .card-box .info .title:hover { .video-page-card .card-box .info .title:hover {
@include theme-color(); @include theme-color();
} }
.bilibili-player-video-interactive-list {
.small.hover circle {
@include set-theme-color("fill");
}
}

View File

@ -787,7 +787,6 @@ li.danmaku-info-row.bpui-selecting,
.navbar-container .nav-items .nav-item.activated:before, .navbar-container .nav-items .nav-item.activated:before,
.comic-info-component .page-normal .comic-info-con .comic-des .comic-operation .comic-view-btn, .comic-info-component .page-normal .comic-info-con .comic-des .comic-operation .comic-view-btn,
.interact-dialog .btn, .interact-dialog .btn,
.video-control-show .bilibili-player-video-interactive-list .check:hover .big-round,
.replies-comment-input-wrapper .submit-comment, .replies-comment-input-wrapper .submit-comment,
.comment .comment-selecotr .all-comments.active:before, .comment .comment-selecotr .all-comments.active:before,
.comment .comment-selecotr .sortByHot.active:before, .comment .comment-selecotr .sortByHot.active:before,

View File

@ -1049,7 +1049,6 @@ $highlight-map: (
} }
.interact-dialog .btn, .interact-dialog .btn,
.rookie-guide .close-button, .rookie-guide .close-button,
.video-control-show .bilibili-player-video-interactive-list .check:hover .big-round,
#biliAppHomeSetting button, #biliAppHomeSetting button,
.van-popover .btn-box .btn, .van-popover .btn-box .btn,
.van-popper-history .view-all:hover, .van-popper-history .view-all:hover,