Change button animations from linear to ease-out
The following discussion from gitlab-ce!28545 should be addressed:
I changed it to
transition: border-color 100ms linear, box-shadow 100ms linear;but did not update toease-outbecause there were many other animations that were using the same method. If we want to change toease-outanimations, I think we should create a separate issue.