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 {
color: $white;
}
&:hover {
.icon-edit,
.icon-drag-h {
color: $white;
}
}
}
.taskboard-tagline {
border-color: $postit-hover;

View File

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