Fixed taskborad attributes inheritance in blocked tasks
parent
2957fd2297
commit
5d601247a3
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue