Behavior for hovers on taskboard us and tasks
parent
5d601247a3
commit
0703974cd4
|
@ -30,6 +30,12 @@
|
||||||
span {
|
span {
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
&:hover {
|
||||||
|
.icon-edit,
|
||||||
|
.icon-drag-h {
|
||||||
|
color: $white;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.taskboard-tagline {
|
.taskboard-tagline {
|
||||||
border-color: $postit-hover;
|
border-color: $postit-hover;
|
||||||
|
|
|
@ -147,14 +147,10 @@ $column-margin: 0 10px 0 0;
|
||||||
background: rgba($red, .6);
|
background: rgba($red, .6);
|
||||||
|
|
||||||
}
|
}
|
||||||
a,
|
.taskboard-userstory-box a,
|
||||||
a:hover,
|
.taskboard-userstory-box a:hover,
|
||||||
.points-value,
|
.points-value,
|
||||||
.points-value:hover {
|
.points-value:hover {
|
||||||
color: rgba($white, 1);
|
|
||||||
transition: color .3s linear;
|
|
||||||
}
|
|
||||||
.points-value {
|
|
||||||
color: $white;
|
color: $white;
|
||||||
transition: color .3s linear;
|
transition: color .3s linear;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue