about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authorNolan Lawson <nolan@nolanlawson.com>2017-10-27 08:04:44 -0700
committerunarist <m.unarist@gmail.com>2017-10-28 00:04:44 +0900
commit3de22a82bf1c3c0a3b593be4075cf42a3ec9291e (patch)
tree7b11776880a6122287b7fa0a84e0649bb346be86 /app/views
parente4080772b511e8dd436fddc79de10f44e4d83ff6 (diff)
Refactor initial state: reduce_motion and auto_play_gif (#5501)
Diffstat (limited to 'app/views')
-rwxr-xr-xapp/views/layouts/application.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 831858bcf..ee995c987 100755
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -27,7 +27,6 @@
     = yield :header_tags
 
   - body_classes ||= @body_classes || ''
-  - body_classes += ' reduce-motion' if current_account&.user&.setting_reduce_motion
   - body_classes += ' system-font' if current_account&.user&.setting_system_font_ui
 
   %body{ class: add_rtl_body_class(body_classes) }