Removed interaction on backlog table
parent
2bd95487e9
commit
bf7c5b497f
|
@ -688,6 +688,7 @@ UsRolePointsSelectorDirective = ($rootscope) ->
|
|||
$el.append(selectionTemplate({"roles":roles}))
|
||||
else
|
||||
$el.find(".icon-arrow-bottom").remove()
|
||||
$el.find(".header-points").addClass("not-clickable")
|
||||
|
||||
$scope.$on "uspoints:select", (ctx, roleId, roleName) ->
|
||||
$el.find(".popover").popover().close()
|
||||
|
|
|
@ -134,6 +134,14 @@
|
|||
background: lighten($green-taiga, 60%);
|
||||
box-shadow: 1px 1px 10px rgba($black, .1);
|
||||
}
|
||||
.points {
|
||||
.not-clickable {
|
||||
&:hover {
|
||||
color: $black;
|
||||
cursor: text;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.row-selected {
|
||||
@include transition (background .2s ease-in);
|
||||
|
|
Loading…
Reference in New Issue