From e89fa7202df60683271246994f4dbbcd179e9f7a Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 9 Dec 2019 18:19:37 +0800 Subject: [PATCH] UX: Removes avatar animation for mobile-user cards (#8483) --- app/assets/stylesheets/mobile/discourse.scss | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/app/assets/stylesheets/mobile/discourse.scss b/app/assets/stylesheets/mobile/discourse.scss index 1c25d5e5ac4..730eee9fd9f 100644 --- a/app/assets/stylesheets/mobile/discourse.scss +++ b/app/assets/stylesheets/mobile/discourse.scss @@ -147,17 +147,3 @@ blockquote { #simple-container { width: 90%; } - -// this is used to provide visual feedback that indicates that the user / group -// cards are loading after the user clicks on an avatar. It's mostly for very slow -// connections. Users on good connections won't notice it. -[data-user-card]:focus { - .avatar, - + .avatar-flair { - animation: wave 0.75s infinite; - animation-delay: 0.5s; - } - .avatar { - position: relative; - } -}