mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-04 20:21:31 +08:00
style(next): improve left pane hover on mica vertical
This commit is contained in:
parent
f5a21e47d5
commit
8b96320e41
@ -420,7 +420,7 @@ body.electron.platform-win32 {
|
||||
--new-tab-button-background: transparent;
|
||||
--active-tab-background-color: var(--launcher-pane-background-color);
|
||||
--native-titlebar-background: #00000000;
|
||||
--background-material: tabbed;
|
||||
--background-material: tabbed;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
@ -433,6 +433,7 @@ body.electron.platform-win32 {
|
||||
body.electron.platform-win32.layout-vertical {
|
||||
--left-pane-background-color: transparent;
|
||||
--launcher-pane-background-color: rgba(255, 255, 255, 0.055);
|
||||
--left-pane-item-hover-background: rgba(127, 127, 127, 0.05);
|
||||
--background-material: mica;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user