fix(dark style): comment send area at nologin state

https://t.bilibili.com/452221414454782338
https://space.bilibili.com/63231/dynamic
This commit is contained in:
jloeve 2020-10-31 21:14:58 +08:00
parent 4619799321
commit 72f92056ea

View File

@ -110,3 +110,19 @@
@include back-top-btn(); @include back-top-btn();
} }
} }
#page-dynamic,
.detail-card {
.bb-comment {
.no-login {
.textarea-container {
.baffle,
.comment-submit {
@include background-color("666");
}
}
.comment-emoji {
@include background-color("666");
}
}
}
}