fix assignedTo hover

stable
Juanfran 2015-03-11 15:00:09 +01:00
parent 25c1e111b3
commit 4ba4f42364
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@
@extend %small;
color: $postit-dark-hover;
display: block;
&:hover {
color: $green-taiga;
}
}
.task-num {
color: $grayer;