Behavior for hovers on taskboard us and tasks

stable
Xavier Julián 2015-01-29 10:08:38 +01:00
parent 5d601247a3
commit 0703974cd4
2 changed files with 8 additions and 6 deletions

View File

@ -30,6 +30,12 @@
span { span {
color: $white; color: $white;
} }
&:hover {
.icon-edit,
.icon-drag-h {
color: $white;
}
}
} }
.taskboard-tagline { .taskboard-tagline {
border-color: $postit-hover; border-color: $postit-hover;

View File

@ -147,14 +147,10 @@ $column-margin: 0 10px 0 0;
background: rgba($red, .6); background: rgba($red, .6);
} }
a, .taskboard-userstory-box a,
a:hover, .taskboard-userstory-box a:hover,
.points-value, .points-value,
.points-value:hover { .points-value:hover {
color: rgba($white, 1);
transition: color .3s linear;
}
.points-value {
color: $white; color: $white;
transition: color .3s linear; transition: color .3s linear;
} }