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
commit
931241131a
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue