mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 10:40:12 +00:00
feat(globalLinkList): improve animation for edit and delete buttons
This commit is contained in:
parent
45a85a12c7
commit
f0f2307b4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue