From: Claire Date: Wed, 10 Feb 2021 17:37:01 +0000 (+0100) Subject: Fix background color for favourite modal on DMs X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=a30a40c4379b26890b6453083ef213e672658902;p=mastodon.git Fix background color for favourite modal on DMs --- diff --git a/app/javascript/flavours/glitch/styles/components/modal.scss b/app/javascript/flavours/glitch/styles/components/modal.scss index 421cbec00..16c05bc3e 100644 --- a/app/javascript/flavours/glitch/styles/components/modal.scss +++ b/app/javascript/flavours/glitch/styles/components/modal.scss @@ -458,6 +458,10 @@ } } +.favourite-modal .status-direct { + background-color: inherit; +} + .actions-modal { .status { background: $white;