From cb4ea892f4796997cbf04415482b18fa9bb8055e Mon Sep 17 00:00:00 2001 From: Starfall Date: Wed, 12 Aug 2020 23:31:09 -0500 Subject: Remove all traces of 'recommended' settings --- app/javascript/styles/mastodon-light/diff.scss | 6 ------ 1 file changed, 6 deletions(-) (limited to 'app/javascript/styles/mastodon-light') diff --git a/app/javascript/styles/mastodon-light/diff.scss b/app/javascript/styles/mastodon-light/diff.scss index 8c8d69fc4..ae79c6baf 100644 --- a/app/javascript/styles/mastodon-light/diff.scss +++ b/app/javascript/styles/mastodon-light/diff.scss @@ -624,12 +624,6 @@ html { background: rgba($error-red, 0.5); text-shadow: none; } - - .recommended { - border-color: $ui-highlight-color; - color: $ui-highlight-color; - background-color: rgba($ui-highlight-color, 0.1); - } } .compose-form .compose-form__warning { -- cgit