fix: list hover background in dark mode
This commit is contained in:
parent
ce3f285224
commit
2dba9e6e57
1 changed files with 5 additions and 1 deletions
|
@ -370,6 +370,10 @@ $vikunja-nav-selected-width: 0.4rem;
|
|||
&:hover .favorite {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.menu-label {
|
||||
|
|
Loading…
Reference in a new issue