mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-19 10:15:22 +08:00
Adjust transition durations
This commit is contained in:
parent
2b55339ac6
commit
65fb7cb4cb
@ -422,8 +422,8 @@
|
|||||||
border: unset;
|
border: unset;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: var(--left-pane-item-action-button-background);
|
background: var(--left-pane-item-action-button-background);
|
||||||
transition: background-color 300ms ease-out,
|
transition: background-color 200ms ease-out,
|
||||||
box-shadow 300ms ease-out;
|
box-shadow 200ms ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
#left-pane .tree-item-button:hover {
|
#left-pane .tree-item-button:hover {
|
||||||
@ -533,8 +533,8 @@
|
|||||||
height: var(--new-tab-button-size);
|
height: var(--new-tab-button-size);
|
||||||
background: var(--new-tab-button-background);
|
background: var(--new-tab-button-background);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
transition: background-color 300ms ease-out,
|
transition: background-color 200ms ease-out,
|
||||||
box-shadow 300ms ease-out,
|
box-shadow 200ms ease-out,
|
||||||
transform 300ms ease-in;
|
transform 300ms ease-in;
|
||||||
will-change: transform;
|
will-change: transform;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user