mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 09:15:50 +01:00
Add an active state transition for the new tab button
This commit is contained in:
@@ -566,6 +566,17 @@
|
||||
transition: color 100ms ease-in,
|
||||
}
|
||||
|
||||
.tab-row-widget .note-new-tab:before,
|
||||
.tab-row-widget .note-new-tab:after {
|
||||
will-change: transform;
|
||||
transition: transform 300ms ease-in;
|
||||
}
|
||||
|
||||
.tab-row-widget .note-new-tab:active:before,
|
||||
.tab-row-widget .note-new-tab:active:after {
|
||||
transform: scale(.85);
|
||||
transition: transform 75ms ease-out;
|
||||
}
|
||||
|
||||
/*
|
||||
* Center pane
|
||||
|
||||
Reference in New Issue
Block a user