mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +08:00
style(next): fix hover background color on mobile
This commit is contained in:
parent
9b842a721d
commit
ccc46dc410
@ -35,6 +35,10 @@ body.layout-horizontal {
|
|||||||
--native-titlebar-darwin-y-offset: 14 !important;
|
--native-titlebar-darwin-y-offset: 14 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.mobile {
|
||||||
|
--hover-item-background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
/* #region Mica */
|
/* #region Mica */
|
||||||
body.background-effects.platform-win32 {
|
body.background-effects.platform-win32 {
|
||||||
--launcher-pane-horizontal-border-color: rgba(0, 0, 0, 0.15);
|
--launcher-pane-horizontal-border-color: rgba(0, 0, 0, 0.15);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user