diff --git a/app/coffee/modules/related-tasks.coffee b/app/coffee/modules/related-tasks.coffee
index da91f7c0..66d38bef 100644
--- a/app/coffee/modules/related-tasks.coffee
+++ b/app/coffee/modules/related-tasks.coffee
@@ -53,7 +53,7 @@ RelatedTaskRowDirective = ($repo, $compile, $confirm, $rootscope, $loading) ->
-
+
<% if(perms.modify_task) { %>
diff --git a/app/styles/modules/common/related-tasks.scss b/app/styles/modules/common/related-tasks.scss
index 2ac784a8..bf4dfb8b 100644
--- a/app/styles/modules/common/related-tasks.scss
+++ b/app/styles/modules/common/related-tasks.scss
@@ -61,6 +61,12 @@
.status {
position: relative;
text-align: left;
+ &:hover {
+ .icon {
+ @include transition (opacity .2s ease-in);
+ opacity: 1;
+ }
+ }
.not-clickable {
&:hover {
color: $grayer;
@@ -78,6 +84,7 @@
.icon {
color: $gray-light;
margin-left: .2rem;
+ opacity: 0;
}
}
.pop-status {
@@ -165,8 +172,10 @@
text-align: left;
}
.task-assignedto {
- cursor: pointer;
position: relative;
+ &.editable {
+ cursor: pointer;
+ }
&:hover {
.icon {
@include transition(opacity .3s linear);