mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
fix(dark style): 互动视频组件在错误位置应用了主题色
re #731, https://github.com/the1812/Bilibili-Evolved/issues/731#issuecomment-687625261
This commit is contained in:
parent
1a2bb6a63b
commit
db2ff1ef7a
@ -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");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user