From 4a2e632a075c3ad53a616ec7e7f1960097a1204f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sat, 8 Jan 2022 00:09:34 +0100 Subject: [PATCH] Fix hashtag placeholder style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/placeholder.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/styles/placeholder.scss b/app/styles/placeholder.scss index 37ed8ee58..cbdc03a55 100644 --- a/app/styles/placeholder.scss +++ b/app/styles/placeholder.scss @@ -39,11 +39,10 @@ 100% { background-position-x: 0; } } -.notification--placeholder { - .notification__message span { - color: var(--brand-color); - opacity: 0.1; - } +.notification--placeholder .notification__message span, +.placeholder-hashtag .trends__item__name { + color: var(--brand-color); + opacity: 0.1; } .status__content--placeholder,