Merge pull request #295 from taigaio/issue/2028/blocked-task-color
Issue/2028/blocked task colorstable
commit
7192d4570f
|
@ -30,6 +30,12 @@
|
|||
span {
|
||||
color: $white;
|
||||
}
|
||||
&:hover {
|
||||
.icon-edit,
|
||||
.icon-drag-h {
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
.taskboard-tagline {
|
||||
border-color: $postit-hover;
|
||||
|
|
|
@ -145,16 +145,13 @@ $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,
|
||||
.taskboard-userstory-box a,
|
||||
.taskboard-userstory-box a:hover,
|
||||
.points-value,
|
||||
.points-value:hover {
|
||||
color: rgba($white, 1);
|
||||
color: $white;
|
||||
transition: color .3s linear;
|
||||
}
|
||||
.taskboard-tasks-box {
|
||||
|
|
Loading…
Reference in New Issue