mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
fix(dark style): back top button of ranking page
This commit is contained in:
parent
f33a9b7163
commit
bb6f1a9d34
@ -105,3 +105,19 @@
|
|||||||
visibility: hidden !important;
|
visibility: hidden !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@mixin back-top-btn {
|
||||||
|
.back-top-btn {
|
||||||
|
@include border-color();
|
||||||
|
@include background-color("3");
|
||||||
|
.arrow-icon {
|
||||||
|
@include color("a");
|
||||||
|
}
|
||||||
|
&:hover {
|
||||||
|
@include theme-background-color();
|
||||||
|
.arrow-icon {
|
||||||
|
@include foreground-color();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@ -751,6 +751,7 @@ a.bp_box_bot_click {
|
|||||||
.rank-list .rank-item:hover {
|
.rank-list .rank-item:hover {
|
||||||
box-shadow: 0px 1px 10px 0px var(--theme-color-30) !important;
|
box-shadow: 0px 1px 10px 0px var(--theme-color-30) !important;
|
||||||
}
|
}
|
||||||
|
@include back-top-btn();
|
||||||
}
|
}
|
||||||
.popular-list .popular-tips,
|
.popular-list .popular-tips,
|
||||||
.history-list .history-tips,
|
.history-list .history-tips,
|
||||||
|
|||||||
@ -107,13 +107,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.back-top-btn {
|
@include back-top-btn();
|
||||||
@include border-color("4");
|
|
||||||
@include background-color("4");
|
|
||||||
&:hover {
|
|
||||||
@include theme-background-color();
|
|
||||||
@include theme-border-color();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -882,19 +882,7 @@ $highlight-map: (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.back-top-btn {
|
@include back-top-btn();
|
||||||
@include border-color();
|
|
||||||
@include background-color("3");
|
|
||||||
.arrow-icon {
|
|
||||||
@include color("a");
|
|
||||||
}
|
|
||||||
&:hover {
|
|
||||||
@include theme-background-color();
|
|
||||||
.arrow-icon {
|
|
||||||
@include foreground-color();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.international-home .contact-help {
|
.international-home .contact-help {
|
||||||
@include color("9");
|
@include color("9");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user