UX: Removes avatar animation for mobile-user cards (#8483)

This commit is contained in:
Joe 2019-12-09 18:19:37 +08:00 committed by GitHub
parent ed6d3b493c
commit e89fa7202d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 14 deletions

View File

@ -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;
}
}