Behavior for hovers on taskboard us and tasks
parent
5d601247a3
commit
0703974cd4
|
@ -30,6 +30,12 @@
|
|||
span {
|
||||
color: $white;
|
||||
}
|
||||
&:hover {
|
||||
.icon-edit,
|
||||
.icon-drag-h {
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
.taskboard-tagline {
|
||||
border-color: $postit-hover;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue