feat(globalLinkList): improve animation for edit and delete buttons

This commit is contained in:
Johannes Millan 2017-10-29 17:53:22 +01:00
parent 45a85a12c7
commit f0f2307b4d

View file

@ -57,7 +57,7 @@ global-link-list {
transform: translate(-50%, 0);
.md-button {
transition: 0.2s all linear;
transition: 0.2s all cubic-bezier(0.25, 0.8, 0.25, 1);
border-radius: 0;
margin: 0;
padding: 0;