fix(dark style): 专栏的 Up 关注按钮(已关注状态)

re #1289, https://github.com/the1812/Bilibili-Evolved/issues/1289#issuecomment-774425258
This commit is contained in:
JLoeve 2021-04-07 15:19:43 +08:00
parent 52e91aaceb
commit c3b74d0e47
2 changed files with 7 additions and 2 deletions

View File

@ -1821,8 +1821,8 @@ a.s-btn:hover,
.live-panel .more-button .more:hover::after,
.coin-operated-m .mc-box.on,
.tab-list .tb-item.active,
.up-info-holder .fixed-box .follow-btn-holder .follow-btn,
.up-info-holder .fixed-box .follow-btn-holder .follow-btn:hover,
.up-info-holder .fixed-box .follow-btn-holder .follow-btn:not(.followed),
.up-info-holder .fixed-box .follow-btn-holder .follow-btn:not(.followed):hover,
.right-side-bar .to-comment:hover,
.right-side-bar .to-top:hover,
.btn-submit,

View File

@ -291,3 +291,8 @@ a {
@include theme-color();
}
}
.follow-btn.followed {
@include border-color("");
@include background-color("4");
@include color("a");
}