fix(dark style): 我的关注 > 全部关注 右上方的搜索框

re #1289, https://github.com/the1812/Bilibili-Evolved/issues/1289#issuecomment-748051083
This commit is contained in:
jloeve 2020-12-20 22:33:03 +08:00
parent d5398ce970
commit 73b7a9dffa

View File

@ -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");
}
}
}
}