From 50fd94f481cf23a81662140afe99df2fbf1149be Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 20 Mar 2024 12:20:23 +0100 Subject: [PATCH] Fix blockquote color in reply indicator (#29659) --- app/javascript/styles/mastodon/rich_text.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/javascript/styles/mastodon/rich_text.scss b/app/javascript/styles/mastodon/rich_text.scss index c77c23bc40..c57db26e03 100644 --- a/app/javascript/styles/mastodon/rich_text.scss +++ b/app/javascript/styles/mastodon/rich_text.scss @@ -1,5 +1,6 @@ .status__content__text, .e-content, +.edit-indicator__content, .reply-indicator__content { pre, blockquote { @@ -55,10 +56,3 @@ list-style-type: decimal; } } - -.reply-indicator__content { - blockquote { - border-left-color: $inverted-text-color; - color: $inverted-text-color; - } -}