fix navigation task hover

This commit is contained in:
Felix Niklas 2014-09-15 10:53:07 +02:00
parent 63f1cc581f
commit f8822d967a

View file

@ -1793,7 +1793,7 @@ footer {
border-bottom: 1px solid #33363e;
}
.tasks-navigation .task:hover {
.tasks-navigation .task:not(.active):hover {
background: #26272e;
}