Removed interaction on backlog table

stable
Xavier Julián 2014-10-15 13:43:50 +02:00 committed by David Barragán Merino
parent 2bd95487e9
commit bf7c5b497f
2 changed files with 9 additions and 0 deletions

View File

@ -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()

View File

@ -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);