Merge branch 'hotfix#1-v1.12.4' of https://github.com/the1812/Bilibili-Evolved into hotfix#1-v1.12.4

This commit is contained in:
the1812 2021-04-10 16:17:17 +08:00
commit 04ba38c9df
3 changed files with 35 additions and 3 deletions

2
min/dark.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -205,6 +205,7 @@
@include theme-color();
}
}
.player-auxiliary {
&-btn-playlist-order:hover path {
@include theme-stroke();
@ -212,6 +213,9 @@
&-playlist-item-img {
@include no-image;
}
&-playlist-item.player-auxiliary-playlist-item-active .player-auxiliary-playlist-item-title-prefix {
@include to-theme("blue");
}
}
.remd-video-card .card-box .pic-box {
@include background-color("4");
@ -469,3 +473,31 @@ a {
}
}
}
.bb-comment {
.comment-send .comment-emoji {
box-shadow: none !important;
}
.comment-send-lite.comment-send-lite {
@include background-color("4");
}
.loading-state {
@include color("a");
}
}
.toolbar-box {
.emoji-btn.active,
.emoji-btn:hover,
.pic-box.active,
.pic-box:hover,
.at-icon:hover,
.icon-topic:hover,
.icon-vote.active,
.icon-vote:hover,
.icon-schedule.active,
.icon-schedule:hover {
@include to-theme("blue");
}
.static-popup .bp-arrow {
background: none !important;
}
}