Merge pull request #388 from taigaio/strange-assigned-to-hover

It's a chrome bug. Not happening anywhere else and there is no reason for it to happen but this fixes it. I don't like but it's ok.
stable
Xaviju 2015-03-23 10:12:28 +01:00
commit 931241131a
1 changed files with 3 additions and 0 deletions

View File

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