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;
|
||||
color: $postit-dark-hover;
|
||||
display: block;
|
||||
&:hover {
|
||||
color: $green-taiga;
|
||||
}
|
||||
}
|
||||
.task-num {
|
||||
color: $grayer;
|
||||
|
|
Loading…
Reference in New Issue