diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2017-02-10 20:21:18 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2017-02-10 20:21:18 -0500 |
commit | 2a03f35461eeba8545a775b04751e6c7b866f8c0 (patch) | |
tree | b13436bdc412c456c47b749e96ab8707480fefa0 | |
parent | 0ca691751f516b5ee2a81a8ddedd64b8be287ec6 (diff) | |
download | gitlab-ce-2a03f35461eeba8545a775b04751e6c7b866f8c0.tar.gz |
Disable animation on avatars inside filter dropdowns28034-icon-in-issue-search-dropdown-still-animates
-rw-r--r-- | app/assets/stylesheets/framework/avatar.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/avatar.scss b/app/assets/stylesheets/framework/avatar.scss index 1d59700543c..3f5b78ed445 100644 --- a/app/assets/stylesheets/framework/avatar.scss +++ b/app/assets/stylesheets/framework/avatar.scss @@ -28,6 +28,8 @@ .avatar { @extend .avatar-circle; + @include transition-property(none); + width: 40px; height: 40px; padding: 0; |