fix navigation task hover
This commit is contained in:
parent
63f1cc581f
commit
f8822d967a
1 changed files with 1 additions and 1 deletions
|
@ -1793,7 +1793,7 @@ footer {
|
||||||
border-bottom: 1px solid #33363e;
|
border-bottom: 1px solid #33363e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tasks-navigation .task:hover {
|
.tasks-navigation .task:not(.active):hover {
|
||||||
background: #26272e;
|
background: #26272e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue