mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 15:49:00 +02:00
style/launchbar buttons: fix broken hover state when background effects are enabled
This commit is contained in:
parent
9c5a130ab4
commit
a9564f8f38
@ -1457,7 +1457,7 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
color: var(--launcher-pane-text-color);
|
color: var(--launcher-pane-text-color);
|
||||||
background-color: var(--launcher-pane-background-color);
|
background: transparent;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -59,8 +59,7 @@ body.background-effects.platform-win32.layout-vertical {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body.background-effects.platform-win32,
|
body.background-effects.platform-win32,
|
||||||
body.background-effects.platform-win32 #root-widget,
|
body.background-effects.platform-win32 #root-widget {
|
||||||
body.background-effects.platform-win32 #launcher-pane .launcher-button {
|
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user