fix: list hover background in dark mode

This commit is contained in:
kolaente 2022-05-06 22:16:54 +02:00
parent ce3f285224
commit 2dba9e6e57
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -370,6 +370,10 @@ $vikunja-nav-selected-width: 0.4rem;
&:hover .favorite { &:hover .favorite {
opacity: 1; opacity: 1;
} }
&:hover {
background: transparent;
}
} }
.menu-label { .menu-label {