Disable animation on avatars inside filter dropdowns
This commit is contained in:
parent
0ca691751f
commit
2a03f35461
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
|
||||
.avatar {
|
||||
@extend .avatar-circle;
|
||||
@include transition-property(none);
|
||||
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue