Fixed taskborad attributes inheritance in blocked tasks

stable
Xavier Julián 2015-01-29 10:00:11 +01:00
parent 2957fd2297
commit 5d601247a3
1 changed files with 6 additions and 5 deletions

View File

@ -145,18 +145,19 @@ $column-margin: 0 10px 0 0;
&.blocked {
.taskboard-userstory-box {
background: rgba($red, .6);
border-radius: 3px;
}
a,
.points-value {
color: rgba($white, .9);
transition: color .3s linear;
}
a:hover,
.points-value,
.points-value:hover {
color: rgba($white, 1);
transition: color .3s linear;
}
.points-value {
color: $white;
transition: color .3s linear;
}
.taskboard-tasks-box {
background: rgba($red, .1);
}