mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08:00
Add transition for the close tab button
This commit is contained in:
parent
1d95fb3931
commit
3d8a662903
@ -503,11 +503,15 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
transition: background-color 75ms ease-out,
|
||||
color 75ms ease-out;
|
||||
|
||||
}
|
||||
|
||||
.tab-row-widget .note-tab-close:hover {
|
||||
background: var(--tab-close-button-hover-background) !important;
|
||||
color: var(--tab-close-button-hover-color) !important;
|
||||
transition-timing-function: ease-in;
|
||||
}
|
||||
|
||||
.tab-row-widget .note-new-tab {
|
||||
|
Loading…
x
Reference in New Issue
Block a user