fix: list hover background in dark mode
This commit is contained in:
parent
ce3f285224
commit
2dba9e6e57
@ -370,6 +370,10 @@ $vikunja-nav-selected-width: 0.4rem;
|
||||
&:hover .favorite {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.menu-label {
|
||||
|
Loading…
x
Reference in New Issue
Block a user