about summary refs log tree commit diff
path: root/app/views/layouts
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-07-21 19:51:07 -0500
committermultiple creatures <dev@multiple-creature.party>2019-07-21 19:51:07 -0500
commitd9073f132b041fae818ae3894503065de123f257 (patch)
tree9c4bdd4dcfdf86458dfa444af1ca31e89ee8a410 /app/views/layouts
parent61461a53239b18ee581dd1b57c1cd83c0900814b (diff)
add more options for time range of roars visible to anonymous public profile viewers
Diffstat (limited to 'app/views/layouts')
-rwxr-xr-xapp/views/layouts/application.html.haml9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 856f4b045..1110942ac 100755
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -37,15 +37,6 @@
     - if Setting.custom_css.present?
       = stylesheet_link_tag custom_css_path, media: 'all'
 
-    - if current_account&.user_hides_color_formatting?
-      :css
-        .status__content p > span,
-        .reply-indicator__content p > span,
-        .composer--reply > .content p > span,
-        .account__header__content p > span,
-        .account__header__fields p > span
-        { color: inherit !important }
-
     - if current_account&.user_hides_captions?
       :css
         div .media-caption,