diff options
author | Starfall <us@starfall.systems> | 2020-08-12 23:31:09 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-08-13 14:28:18 -0500 |
commit | cb4ea892f4796997cbf04415482b18fa9bb8055e (patch) | |
tree | cbf391fea5f469ce15aea89aaea299226232c7f3 /app/javascript/styles/mastodon-light | |
parent | 9819261a72506aab83ad38025280c09cdb63e9d2 (diff) |
Remove all traces of 'recommended' settings
Diffstat (limited to 'app/javascript/styles/mastodon-light')
-rw-r--r-- | app/javascript/styles/mastodon-light/diff.scss | 6 |
1 files changed, 0 insertions, 6 deletions
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 { |