style(next): fix hover background color on mobile

This commit is contained in:
Elian Doran 2024-12-28 11:36:10 +02:00
parent 9b842a721d
commit ccc46dc410
No known key found for this signature in database

View File

@ -35,6 +35,10 @@ body.layout-horizontal {
--native-titlebar-darwin-y-offset: 14 !important;
}
body.mobile {
--hover-item-background-color: transparent;
}
/* #region Mica */
body.background-effects.platform-win32 {
--launcher-pane-horizontal-border-color: rgba(0, 0, 0, 0.15);