mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
fix(dark style): 我的关注 > 全部关注 右上方的搜索框
re #1289, https://github.com/the1812/Bilibili-Evolved/issues/1289#issuecomment-748051083
This commit is contained in:
parent
d5398ce970
commit
73b7a9dffa
@ -147,6 +147,24 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.search-component {
|
||||
&:hover {
|
||||
@include theme-border-color();
|
||||
}
|
||||
&.search-component-focus {
|
||||
@include border-color("a");
|
||||
}
|
||||
.search-component-input input {
|
||||
@include background-color();
|
||||
@include color("e");
|
||||
}
|
||||
.icon-follow-search:hover {
|
||||
@include to-theme("blue");
|
||||
}
|
||||
}
|
||||
.follow-search-result {
|
||||
@include color("a");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user