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 { &.blocked {
.taskboard-userstory-box { .taskboard-userstory-box {
background: rgba($red, .6); background: rgba($red, .6);
border-radius: 3px;
} }
a, a,
.points-value {
color: rgba($white, .9);
transition: color .3s linear;
}
a:hover, a:hover,
.points-value,
.points-value:hover { .points-value:hover {
color: rgba($white, 1); color: rgba($white, 1);
transition: color .3s linear; transition: color .3s linear;
} }
.points-value {
color: $white;
transition: color .3s linear;
}
.taskboard-tasks-box { .taskboard-tasks-box {
background: rgba($red, .1); background: rgba($red, .1);
} }