From 72f92056ea379a19e0b714598d5ab79e8330e524 Mon Sep 17 00:00:00 2001 From: jloeve Date: Sat, 31 Oct 2020 21:14:58 +0800 Subject: [PATCH] fix(dark style): comment send area at nologin state https://t.bilibili.com/452221414454782338 https://space.bilibili.com/63231/dynamic --- src/style/dark/dark-slice-13.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/style/dark/dark-slice-13.scss b/src/style/dark/dark-slice-13.scss index 2bebe83eb..0908eb18f 100644 --- a/src/style/dark/dark-slice-13.scss +++ b/src/style/dark/dark-slice-13.scss @@ -110,3 +110,19 @@ @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"); + } + } + } +}