fix(dark style): 投票下方的复选框勾选时应用了错误的滤镜

re #1143, https://github.com/the1812/Bilibili-Evolved/issues/1143#issuecomment-736576572
This commit is contained in:
jloeve 2020-12-04 12:11:52 +08:00
parent 0affaa2462
commit fe1be891f1

View File

@ -681,3 +681,6 @@ html {
.is-max .percentage-bar {
@include theme-background-color("40");
}
.vote-options .checked {
@include to-theme("pink");
}