mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
fix(dark style): 专栏的 Up 关注按钮(已关注状态)
re #1289, https://github.com/the1812/Bilibili-Evolved/issues/1289#issuecomment-774425258
This commit is contained in:
parent
52e91aaceb
commit
c3b74d0e47
@ -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,
|
||||
|
||||
@ -291,3 +291,8 @@ a {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
.follow-btn.followed {
|
||||
@include border-color("");
|
||||
@include background-color("4");
|
||||
@include color("a");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user