Disable animation on avatars inside filter dropdowns

This commit is contained in:
Alfredo Sumaran 2017-02-10 20:21:18 -05:00
parent 0ca691751f
commit 2a03f35461

View file

@ -28,6 +28,8 @@
.avatar {
@extend .avatar-circle;
@include transition-property(none);
width: 40px;
height: 40px;
padding: 0;